Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
func
callRetCaller() error {
82
return
retCaller().Wrap(errFoo)
83
}
84
85
func
retCaller() errtrace.Caller {
86
return
errtrace.GetCaller()
Callers
1
TestGetCallerWrap_RetCaller
Function · 0.85
Calls
2
retCaller
Function · 0.85
Wrap
Method · 0.80
Tested by
no test coverage detected