Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ f1
Function
f1
example_trace_test.go:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
)
13
14
func
f1() error {
15
return
errtrace.Wrap(f2())
16
}
17
18
func
f2() error {
19
return
errtrace.Wrap(f3())
Callers
3
Example_trace
Function · 0.70
f4
Function · 0.70
Example_logWithSlog
Function · 0.70
Calls
2
Wrap
Function · 0.92
f2
Function · 0.70
Tested by
no test coverage detected