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

Method Format

extgrpc/ext_grpc.go:95–95  ·  view source on GitHub ↗

it knows how to format itself.

(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

93
94// it knows how to format itself.
95func (w *withGrpcCode) Format(s fmt.State, verb rune) { errors.FormatError(w, s, verb) }
96
97// SafeFormatter implements errors.SafeFormatter.
98// Note: see the documentation of errbase.SafeFormatter for details

Callers

nothing calls this directly

Calls 1

FormatErrorFunction · 0.92

Tested by

no test coverage detected