All of failDecoder's methods return failure.
| 683 | |
| 684 | // All of failDecoder's methods return failure. |
| 685 | type failDecoder struct{} |
| 686 | |
| 687 | func (failDecoder) String() string { return "failDecoder" } |
| 688 | func (failDecoder) AsNull() bool { return false } |
nothing calls this directly
no outgoing calls
no test coverage detected