| 127 | func (e errShort) Resumable() bool { return false } |
| 128 | |
| 129 | type errFatal struct { |
| 130 | ctx string |
| 131 | } |
| 132 | |
| 133 | func (f errFatal) Error() string { |
| 134 | out := "msgp: fatal decoding error (unreachable code)" |
nothing calls this directly
no outgoing calls
no test coverage detected