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

Method Format

exthttp/ext_http.go:65–65  ·  view source on GitHub ↗

it knows how to format itself.

(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

63
64// it knows how to format itself.
65func (w *withHTTPCode) Format(s fmt.State, verb rune) { errors.FormatError(w, s, verb) }
66
67// SafeFormatter implements errors.SafeFormatter.
68// 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