Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ errorCaller
Function
errorCaller
tree_test.go:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
)
11
12
func
errorCaller() error {
13
return
Wrap(errorCallee())
14
}
15
16
func
errorCallee() error {
17
return
New(
"test error"
)
Callers
2
errorMultiCaller
Function · 0.85
TestBuildTreeSingle
Function · 0.85
Calls
2
Wrap
Function · 0.85
errorCallee
Function · 0.85
Tested by
no test coverage detected