Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ f3
Function
f3
example_trace_test.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
f3() error {
23
return
errtrace.New(
"failed"
)
24
}
25
26
func
Example_trace() {
27
got := errtrace.FormatString(f1())
Callers
1
f2
Function · 0.70
Calls
1
New
Function · 0.92
Tested by
no test coverage detected