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

Method Error

telemetrykeys/telemetrykeys_test.go:142–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140var _ errbase.Formatter = (*werrFmt)(nil)
141
142func (e *werrFmt) Error() string { return fmt.Sprintf("%s: %v", e.msg, e.cause) }
143func (e *werrFmt) Unwrap() error { return e.cause }
144func (e *werrFmt) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) }
145func (e *werrFmt) FormatError(p errbase.Printer) error {

Callers 2

failWithfMethod · 0.45
TestTelemetryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected