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

Function passCaller

wrap_caller_test.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func passCaller() error {
57 return passCallerInner(errtrace.GetCaller())
58}
59
60func passCallerInner(caller errtrace.Caller) error {
61 return caller.Wrap(errFoo)

Callers 1

callPassCallerFunction · 0.85

Calls 2

GetCallerFunction · 0.92
passCallerInnerFunction · 0.85

Tested by

no test coverage detected