MCPcopy Index your code
hub / github.com/go-errors/errors / callers

Function callers

error_test.go:312–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310}
311
312func callers() []uintptr {
313 return callersSkip(1)
314}
315
316func callersSkip(skip int) []uintptr {
317 callers := make([]uintptr, MaxStackDepth)

Callers 2

TestStackFormatFunction · 0.85
TestNewFunction · 0.85

Calls 1

callersSkipFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…