runtime.Func.Name (method)
8 uses
runtime (current package)
symtab.go#L611: func (f *Func) Name() string {
runtime/pprof
protomem.go#L38: if f := runtime.FuncForPC(addr); f != nil && strings.HasPrefix(f.Name(), "runtime.") {
github.com/google/go-cmp/cmp/internal/function
func.go#L76: fullName := fnc.Name() // e.g., "long/path/name/mypkg.(*MyType).(long/path/name/mypkg.myMethod)-fm"
golang.org/x/net/trace
events.go#L381: name := f.Name()
internal/reflectlite
value.go#L177: return f.Name()
reflect
value.go#L179: return f.Name()
value.go#L190: return f.Name()
value.go#L765: return rf.Name()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |