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

Function callRetCallerNoInline

wrap_caller_test.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func callRetCallerNoInline() error {
95 return retCallerNoInline().Wrap(errFoo)
96}
97
98//go:noinline
99func retCallerNoInline() errtrace.Caller {

Callers 1

Calls 2

retCallerNoInlineFunction · 0.85
WrapMethod · 0.80

Tested by

no test coverage detected