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

Function normalErr

example_tree_test.go:12–14  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

10)
11
12func normalErr(i int) error {
13 return fmt.Errorf("std err %v", i)
14}
15
16func wrapNormalErr(i int) error {
17 return errtrace.Wrap(normalErr(i))

Callers 3

wrapNormalErrFunction · 0.85
nestedErrorListFunction · 0.85
Example_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected