Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bracesdev/errtrace
/ f2Wrap
Function
f2Wrap
example_errhelper_test.go:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
func
f2Wrap() error {
16
return
wrap(f3Wrap(),
"method=order"
)
17
}
18
19
func
f3Wrap() error {
20
return
wrap(errors.New(
"failed"
),
"foo"
)
Callers
1
f1Wrap
Function · 0.85
Calls
2
f3Wrap
Function · 0.85
wrap
Function · 0.70
Tested by
no test coverage detected