func runtime.Callers
11 uses
runtime (current package)
extern.go#L222: func Callers(skip int, pc []uintptr) int {
runtime/pprof
pprof.go#L288: n := runtime.Callers(skip+1, stk[:])
golang.org/x/net/trace
events.go#L139: n := runtime.Callers(2, el.stack)
golang.org/x/xerrors
frame.go#L24: runtime.Callers(skip+1, s.frames[:])
net/http
server.go#L1120: n := runtime.Callers(1, pc)
testing
benchmark.go#L629: n := runtime.Callers(2, pc[:])
testing.go#L471: n := runtime.Callers(skip+2, pc[:])
testing.go#L868: n := runtime.Callers(2, pc[:]) // skip runtime.Callers + Helper
testing.go#L884: n := runtime.Callers(2, pc[:])
testing.go#L1015: n := runtime.Callers(skip+2, pc[:]) // skip + runtime.Callers + callerName
testing.go#L1215: n := runtime.Callers(2, pc[:])
 |
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. |