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 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |