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

Function f1Wrap

example_errhelper_test.go:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9)
10
11func f1Wrap() error {
12 return wrap(f2Wrap(), "u=1")
13}
14
15func f2Wrap() error {
16 return wrap(f3Wrap(), "method=order")

Callers 1

Example_getCallerFunction · 0.85

Calls 2

f2WrapFunction · 0.85
wrapFunction · 0.70

Tested by

no test coverage detected