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

Function f1

example_trace_test.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func f1() error {
15 return errtrace.Wrap(f2())
16}
17
18func f2() error {
19 return errtrace.Wrap(f3())

Callers 3

Example_traceFunction · 0.70
f4Function · 0.70
Example_logWithSlogFunction · 0.70

Calls 2

WrapFunction · 0.92
f2Function · 0.70

Tested by

no test coverage detected