reflect.Value.NumMethod (method)
7 uses
reflect (current package)
value.go#L1505: if v.NumMethod() == 0 {
value.go#L1823: func (v Value) NumMethod() int {
encoding/json
decode.go#L520: if v.NumMethod() == 0 {
decode.go#L616: if v.Kind() == reflect.Interface && v.NumMethod() == 0 {
decode.go#L922: if v.NumMethod() == 0 {
decode.go#L959: if v.NumMethod() == 0 {
decode.go#L991: if v.NumMethod() != 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)