MCPcopy 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
12func errorCaller() error {
13 return Wrap(errorCallee())
14}
15
16func errorCallee() error {
17 return New("test error")

Callers 2

errorMultiCallerFunction · 0.85
TestBuildTreeSingleFunction · 0.85

Calls 2

WrapFunction · 0.85
errorCalleeFunction · 0.85

Tested by

no test coverage detected