Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ normalErr
Function
normalErr
example_tree_test.go:12–14 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
10
)
11
12
func
normalErr(i int) error {
13
return
fmt.Errorf(
"std err %v"
, i)
14
}
15
16
func
wrapNormalErr(i int) error {
17
return
errtrace.Wrap(normalErr(i))
Callers
3
wrapNormalErr
Function · 0.85
nestedErrorList
Function · 0.85
Example_tree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected