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

Function Unwrap

errutil_api.go:78–78  ·  view source on GitHub ↗

Unwrap aliases UnwrapOnce() for compatibility with xerrors.

(err error)

Source from the content-addressed store, hash-verified

76
77// Unwrap aliases UnwrapOnce() for compatibility with xerrors.
78func Unwrap(err error) error { return errbase.UnwrapOnce(err) }
79
80// Wrapper is the type of an error wrapper.
81type Wrapper interface {

Callers 1

TestUnwrapFunction · 0.92

Calls 1

UnwrapOnceFunction · 0.92

Tested by 1

TestUnwrapFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…