MCPcopy 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
66func (e *Error) Unwrap() error {
67 return e.Prev
68}
69
70func (e *Error) Wrap(err error) {
71 e.Prev = err

Callers 2

buildErrorChainStringFunction · 0.80
TestRun_MethodWithErrorFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRun_MethodWithErrorFunction · 0.64