Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ callWrapExisting
Function
callWrapExisting
wrap_caller_test.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
callWrapExisting() error {
38
return
wrapExisting()
39
}
40
41
var
errFoo = errors.New(
"foo"
)
42
Callers
1
TestGetCallerWrap_WrapExisting
Function · 0.85
Calls
1
wrapExisting
Function · 0.85
Tested by
no test coverage detected