it knows how to format itself.
(s fmt.State, verb rune)
| 93 | |
| 94 | // it knows how to format itself. |
| 95 | func (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 |
nothing calls this directly
no test coverage detected