Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ Unwrap
Method
Unwrap
file/error.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(e *Error) Unwrap() error {
67
return
e.Prev
68
}
69
70
func
(e *Error) Wrap(err error) {
71
e.Prev = err
Callers
2
buildErrorChainString
Function · 0.80
TestRun_MethodWithError
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestRun_MethodWithError
Function · 0.64