func runtime.callers
7 uses
runtime (current package)
extern.go#L201: n := callers(skip+1, rpc[:])
extern.go#L229: return callers(skip, pc)
mprof.go#L342: nstk := callers(4, stk[:])
mprof.go#L419: nstk = callers(skip, stk[:])
proc.go#L727: callers(1, mp.createstack[:])
trace.go#L596: nstk = callers(skip+1, buf)
traceback.go#L794: func callers(skip int, pcbuf []uintptr) int {
![]() |
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. |