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

Method Unwrap

errwrap.go:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func (w *wrappedError) Unwrap() error {
177 return w.Inner
178}

Callers 2

WalkFunction · 0.80

Calls

no outgoing calls