MCPcopy Create free account
hub / github.com/hashicorp/errwrap / WrappedErrors

Method WrappedErrors

errwrap.go:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172func (w *wrappedError) WrappedErrors() []error {
173 return []error{w.Outer, w.Inner}
174}
175
176func (w *wrappedError) Unwrap() error {
177 return w.Inner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected