Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ f4
Function
f4
example_trace_test.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
f4() error {
45
return
errtrace.Wrap(fmt.Errorf(
"wrapped: %w"
, f1()))
46
}
47
48
func
ExampleUnwrapFrame() {
49
var
frames []runtime.Frame
Callers
1
ExampleUnwrapFrame
Function · 0.85
Calls
2
Wrap
Function · 0.92
f1
Function · 0.70
Tested by
no test coverage detected