MCPcopy Create free account
hub / github.com/bracesdev/errtrace / f2Wrap

Function f2Wrap

example_errhelper_test.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func f2Wrap() error {
16 return wrap(f3Wrap(), "method=order")
17}
18
19func f3Wrap() error {
20 return wrap(errors.New("failed"), "foo")

Callers 1

f1WrapFunction · 0.85

Calls 2

f3WrapFunction · 0.85
wrapFunction · 0.70

Tested by

no test coverage detected