reflect.Value.NumMethod (method)
7 uses
reflect (current package)
value.go#L1451: if v.NumMethod() == 0 {
value.go#L1861: func (v Value) NumMethod() int {
encoding/json
decode.go#L518: if v.NumMethod() == 0 {
decode.go#L623: if v.Kind() == reflect.Interface && v.NumMethod() == 0 {
decode.go#L932: if v.NumMethod() == 0 {
decode.go#L968: if v.NumMethod() == 0 {
decode.go#L1001: if v.NumMethod() != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)