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.2.8-preview. (GOOS=darwin GOARCH=arm64)