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

Function f4

example_trace_test.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func f4() error {
45 return errtrace.Wrap(fmt.Errorf("wrapped: %w", f1()))
46}
47
48func ExampleUnwrapFrame() {
49 var frames []runtime.Frame

Callers 1

ExampleUnwrapFrameFunction · 0.85

Calls 2

WrapFunction · 0.92
f1Function · 0.70

Tested by

no test coverage detected