MCPcopy Index your code
hub / github.com/pkg/errors / Unwrap

Method Unwrap

errors.go:163–163  ·  view source on GitHub ↗

Unwrap provides compatibility for Go 1.13 error chains.

()

Source from the content-addressed store, hash-verified

161
162// Unwrap provides compatibility for Go 1.13 error chains.
163func (w *withStack) Unwrap() error { return w.error }
164
165func (w *withStack) Format(s fmt.State, verb rune) {
166 switch verb {

Callers 1

UnwrapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected