MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Unwrap

Method Unwrap

errctx/wrapped_error.go:89–91  ·  view source on GitHub ↗

Unwrap returns the wrapped error.

()

Source from the content-addressed store, hash-verified

87
88// Unwrap returns the wrapped error.
89func (e *WrappedError) Unwrap() error {
90 return e.error
91}
92
93// Cause returns the wrapped error.
94// This method is provided for compatibility with github.com/pkg/errors.

Callers 2

WrapWithStackSkipFunction · 0.45
ErrorTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected