reflect.Value.Method (method)
6 uses
reflect (current package)
type.go#L2447: return recv.Field(ifield).Method(imethod).Call(args)
type.go#L2455: return recv.Field(ifield).Method(imethod).Call(args)
type.go#L2464: return recv.Field(ifield).Method(imethod).Call(args)
type.go#L2472: return recv.Field(ifield).Method(imethod).Call(args)
value.go#L1320: func (v Value) Method(i int) Value {
value.go#L1363: return v.Method(m.Index)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |