runtime.Func.Name (method)
6 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 {
internal/reflectlite
value.go#L187: return f.Name()
reflect
value.go#L1148: return rf.Name()
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |