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

Method Error

errwrap.go:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168func (w *wrappedError) Error() string {
169 return w.Outer.Error()
170}
171
172func (w *wrappedError) WrappedErrors() []error {
173 return []error{w.Outer, w.Inner}

Callers 3

TestGetAllFunction · 0.80
WrapfFunction · 0.80
GetAllFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGetAllFunction · 0.64