Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ Unwrap
Method
Unwrap
errtrace.go:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
func
(e *errTrace) Unwrap() error {
115
return
e.err
116
}
117
118
func
(e *errTrace) Format(s fmt.State, verb rune) {
119
if
verb ==
'v'
&& s.Flag(
'+'
) {
Callers
3
buildTraceTree
Function · 0.45
UnwrapFrame
Function · 0.45
ExampleUnwrapFrame
Function · 0.45
Calls
no outgoing calls
Tested by
1
ExampleUnwrapFrame
Function · 0.36