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

Method Error

barriers/barriers_test.go:207–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205var _ errbase.Formatter = (*werrFmt)(nil)
206
207func (e *werrFmt) Error() string { return fmt.Sprintf("%s: %v", e.msg, e.cause) }
208func (e *werrFmt) Unwrap() error { return e.cause }
209func (e *werrFmt) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) }
210func (e *werrFmt) FormatError(p errbase.Printer) error {

Callers 3

TestBarrierMessageFunction · 0.45
TestBarrierMaskedDetailsFunction · 0.45
TestHandledWithMessagefFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected