type runtime.funcID
7 uses
runtime (current package)
runtime2.go#L837: funcID funcID // set for certain special runtime functions
symtab.go#L309: type funcID uint8
symtab.go#L312: funcID_normal funcID = iota // not a special function
symtab.go#L1033: funcID funcID // type of the called function
traceback.go#L811: func showframe(f funcInfo, gp *g, firstFrame bool, funcID, childID funcID) bool {
traceback.go#L821: func showfuncinfo(f funcInfo, firstFrame bool, funcID, childID funcID) bool {
traceback.go#L862: func elideWrapperCalling(id funcID) bool {
 |
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. |