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

Method Error

assert/assert_test.go:133–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131var _ errbase.Formatter = (*werrFmt)(nil)
132
133func (e *werrFmt) Error() string { return fmt.Sprintf("%s: %v", e.msg, e.cause) }
134func (e *werrFmt) Unwrap() error { return e.cause }
135func (e *werrFmt) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) }
136func (e *werrFmt) FormatError(p errbase.Printer) error {

Callers 1

TestAssertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected