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 {