Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
func
callers() []uintptr {
313
return
callersSkip(1)
314
}
315
316
func
callersSkip(skip int) []uintptr {
317
callers := make([]uintptr, MaxStackDepth)
Callers
2
TestStackFormat
Function · 0.85
TestNew
Function · 0.85
Calls
1
callersSkip
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…