MCPcopy 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
16func errorCallee() error {
17 return New("test error")
18}
19
20func errorMultiCaller() error {
21 return errors.Join(

Callers 1

errorCallerFunction · 0.85

Calls 1

NewFunction · 0.85

Tested by

no test coverage detected