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

Method Cause

errbase/opaque.go:86–86  ·  view source on GitHub ↗

the opaque wrapper is a wrapper.

()

Source from the content-addressed store, hash-verified

84
85// the opaque wrapper is a wrapper.
86func (e *opaqueWrapper) Cause() error { return e.cause }
87func (e *opaqueWrapper) Unwrap() error { return e.cause }
88
89func (e *opaqueLeaf) SafeDetails() []string { return e.details.ReportablePayload }

Callers 1

UnwrapOnceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected