func runtime.Callers
7 uses
runtime (current package)
extern.go#L294: func Callers(skip int, pc []uintptr) int {
github.com/go-faster/errors
frame.go#L24: runtime.Callers(skip+1, s.frames[:])
go.uber.org/zap/internal/stacktrace
stack.go#L83: numFrames := runtime.Callers(
stack.go#L95: numFrames = runtime.Callers(skip+2, pcs)
internal/bisect
bisect.go#L444: n := runtime.Callers(2, stk[:])
net/http
server.go#L1129: n := runtime.Callers(1, pc)
reflect
value.go#L188: n := runtime.Callers(1, pc[:])
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |