Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ f1Wrap
Function
f1Wrap
example_errhelper_test.go:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
)
10
11
func
f1Wrap() error {
12
return
wrap(f2Wrap(),
"u=1"
)
13
}
14
15
func
f2Wrap() error {
16
return
wrap(f3Wrap(),
"method=order"
)
Callers
1
Example_getCaller
Function · 0.85
Calls
2
f2Wrap
Function · 0.85
wrap
Function · 0.70
Tested by
no test coverage detected