Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
func
passCaller() error {
57
return
passCallerInner(errtrace.GetCaller())
58
}
59
60
func
passCallerInner(caller errtrace.Caller) error {
61
return
caller.Wrap(errFoo)
Callers
1
callPassCaller
Function · 0.85
Calls
2
GetCaller
Function · 0.92
passCallerInner
Function · 0.85
Tested by
no test coverage detected