Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ errorMultiCaller
Function
errorMultiCaller
tree_test.go:20–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
func
errorMultiCaller() error {
21
return
errors.Join(
22
errorCaller(),
23
errorCaller(),
24
)
25
}
26
27
func
TestBuildTreeSingle(t *testing.T) {
28
tree := buildTraceTree(errorCaller())
Callers
1
TestBuildTreeMulti
Function · 0.85
Calls
1
errorCaller
Function · 0.85
Tested by
no test coverage detected