Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bracesdev/errtrace
/ errorCallee
Function
errorCallee
tree_test.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
errorCallee() error {
17
return
New(
"test error"
)
18
}
19
20
func
errorMultiCaller() error {
21
return
errors.Join(
Callers
1
errorCaller
Function · 0.85
Calls
1
New
Function · 0.85
Tested by
no test coverage detected