runtime.Func.Name (method)
10 uses
runtime (current package)
cgocall.go#L881: if offset > len(function.Name()) {
cgocall.go#L882: cgoFunction = function.Name()
cgocall.go#L884: cgoFunction = function.Name()[offset:]
symtab.go#L810: func (f *Func) Name() string {
runtime/pprof
protomem.go#L39: if f := runtime.FuncForPC(addr); f != nil && (strings.HasPrefix(f.Name(), "runtime.") || strings.HasPrefix(f.Name(), "internal/runtime/")) {
golang.org/x/net/trace
events.go#L381: name := f.Name()
internal/reflectlite
value.go#L187: return f.Name()
net/http/pprof
pprof.go#L226: fmt.Fprintf(&buf, "%#x %s\n", pc, f.Name())
reflect
value.go#L1148: return rf.Name()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)