MCPcopy 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
70func (e *Error) Wrap(err error) {
71 e.Prev = err
72}
73
74func (e *Error) format() string {
75 if e.Snippet == "" {

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected