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

Function callRetCaller

wrap_caller_test.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func callRetCaller() error {
82 return retCaller().Wrap(errFoo)
83}
84
85func retCaller() errtrace.Caller {
86 return errtrace.GetCaller()

Callers 1

Calls 2

retCallerFunction · 0.85
WrapMethod · 0.80

Tested by

no test coverage detected