Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ wrapNormalErr
Function
wrapNormalErr
example_tree_test.go:16–18 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
wrapNormalErr(i int) error {
17
return
errtrace.Wrap(normalErr(i))
18
}
19
20
func
nestedErrorList(i int) error {
21
return
errors.Join(
Callers
2
nestedErrorList
Function · 0.85
Example_tree
Function · 0.85
Calls
2
Wrap
Function · 0.92
normalErr
Function · 0.85
Tested by
no test coverage detected