MCPcopy 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
20func errorMultiCaller() error {
21 return errors.Join(
22 errorCaller(),
23 errorCaller(),
24 )
25}
26
27func TestBuildTreeSingle(t *testing.T) {
28 tree := buildTraceTree(errorCaller())

Callers 1

TestBuildTreeMultiFunction · 0.85

Calls 1

errorCallerFunction · 0.85

Tested by

no test coverage detected