Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
func
callRetCallerNoInline() error {
95
return
retCallerNoInline().Wrap(errFoo)
96
}
97
98
//go:noinline
99
func
retCallerNoInline() errtrace.Caller {
Callers
1
TestGetCallerWrap_RetCallerNoInline
Function · 0.85
Calls
2
retCallerNoInline
Function · 0.85
Wrap
Method · 0.80
Tested by
no test coverage detected