Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ Wrap
Method
Wrap
file/error.go:70–72 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(e *Error) Wrap(err error) {
71
e.Prev = err
72
}
73
74
func
(e *Error) format() string {
75
if
e.Snippet ==
""
{
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected