MCPcopy Index your code
hub / github.com/bracesdev/errtrace / wrapNormalErr

Function wrapNormalErr

example_tree_test.go:16–18  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

14}
15
16func wrapNormalErr(i int) error {
17 return errtrace.Wrap(normalErr(i))
18}
19
20func nestedErrorList(i int) error {
21 return errors.Join(

Callers 2

nestedErrorListFunction · 0.85
Example_treeFunction · 0.85

Calls 2

WrapFunction · 0.92
normalErrFunction · 0.85

Tested by

no test coverage detected