func runtime.Callers
26 uses
runtime (current package)
extern.go#L332: func Callers(skip int, pc []uintptr) int {
runtime/pprof
pprof.go#L365: n := runtime.Callers(skip+1, stk[:])
go.pact.im/x/logs
logger.go#L159: _ = runtime.Callers(depth, pcs[:])
go.pact.im/x/pgxslog
pgxslog.go#L57: runtime.Callers(4, pcs[:])
go.pact.im/x/slogtime
slogtime.go#L110: runtime.Callers(l.skip+2, pcs[:])
go.uber.org/zap/internal/stacktrace
stack.go#L83: numFrames := runtime.Callers(
stack.go#L95: numFrames = runtime.Callers(skip+2, pcs)
golang.org/x/net/trace
events.go#L139: n := runtime.Callers(2, el.stack)
golang.org/x/tools/internal/pkgbits
decoder.go#L349: n := runtime.Callers(2, readerPCs[:])
encoder.go#L241: n := runtime.Callers(2, pcs)
internal/bisect
bisect.go#L428: n := runtime.Callers(2, stk[:])
log/slog
logger.go#L94: runtime.Callers(4, pcs[:])
logger.go#L251: runtime.Callers(3, pcs[:])
logger.go#L271: runtime.Callers(3, pcs[:])
value.go#L520: n := runtime.Callers(skip+1, pcs)
net/http
server.go#L1134: n := runtime.Callers(1, pc)
reflect
value.go#L189: n := runtime.Callers(1, pc[:])
testing
benchmark.go#L823: n := runtime.Callers(2, pc[:])
fuzz.go#L118: n := runtime.Callers(2, pc[:]) // skip runtime.Callers + Helper
fuzz.go#L303: n := runtime.Callers(2, pc[:])
testing.go#L754: n := runtime.Callers(skip+2, pc[:])
testing.go#L1283: n := runtime.Callers(2, pc[:]) // skip runtime.Callers + Helper
testing.go#L1300: n := runtime.Callers(2, pc[:])
testing.go#L1738: n := runtime.Callers(skip+2, pc[:]) // skip + runtime.Callers + callerName
testing.go#L2067: n := runtime.Callers(2, pc[:])
testing.go#L2131: n := runtime.Callers(2, pc[:])