MCPcopy Create free account
hub / github.com/cockroachdb/errors / Opaque

Function Opaque

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

Opaque aliases barrier.Handled(), for compatibility with xerrors.

(err error)

Source from the content-addressed store, hash-verified

84
85// Opaque aliases barrier.Handled(), for compatibility with xerrors.
86func Opaque(err error) error { return barriers.Handled(err) }
87
88// WithMessage annotates err with a new message.
89// If err is nil, WithMessage returns nil.

Callers

nothing calls this directly

Calls 1

HandledFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…