type reflect.makeFuncImpl
3 uses
reflect (current package)
makefunc.go#L18: type makeFuncImpl struct {
makefunc.go#L65: impl := &makeFuncImpl{code: code, stack: stack, argLen: argLen, ftyp: ftyp, fn: fn}
value.go#L536: func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer, retValid *bool) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)