func reflect.MakeFunc

6 uses

	reflect (current package)
		makefunc.go#L46: func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value {
		type.go#L2226: 						tfn = MakeFunc(toRType(mtyp), func(in []Value) []Value {
		type.go#L2234: 						ifn = MakeFunc(toRType(mtyp), func(in []Value) []Value {
		type.go#L2243: 						tfn = MakeFunc(toRType(mtyp), func(in []Value) []Value {
		type.go#L2251: 						ifn = MakeFunc(toRType(mtyp), func(in []Value) []Value {

	net/http/httptrace
		trace.go#L202: 		newFunc := reflect.MakeFunc(hookType, func(args []reflect.Value) []reflect.Value {