(s fmt.State, verb rune)
| 247 | func (m *withMark) Unwrap() error { return m.cause } |
| 248 | |
| 249 | func (m *withMark) Format(s fmt.State, verb rune) { errbase.FormatError(m, s, verb) } |
| 250 | |
| 251 | func (m *withMark) SafeFormatError(p errbase.Printer) error { |
| 252 | if p.Detail() { |
nothing calls this directly
no test coverage detected