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

Method Unwrap

errutil_api.go:82–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80// Wrapper is the type of an error wrapper.
81type Wrapper interface {
82 Unwrap() error
83}
84
85// Opaque aliases barrier.Handled(), for compatibility with xerrors.

Callers 2

UnwrapOnceFunction · 0.65
UnwrapMultiFunction · 0.65

Implementers 15

werrFmtcontexttags/contexttags_test.go
withContextcontexttags/with_context.go
werrFmtbarriers/barriers_test.go
withMarkmarkers/markers.go
myMultiErrormarkers/markers_test.go
myOtherMultiErrormarkers/markers_test.go
werrFmtmarkers/markers_test.go
werrFmtsafedetails/safedetails_test.go
withSafeDetailssafedetails/with_safedetails.go
werrFmtdomains/domains_test.go
withDomaindomains/with_domain.go
werrFmtissuelink/issuelink_test.go

Calls

no outgoing calls

Tested by

no test coverage detected