| 680 | bool IsSolvable() const final { return false; } |
| 681 | |
| 682 | std::optional<OutputType> GetOutputType() const override |
| 683 | { |
| 684 | return OutputTypeFromDestination(m_destination); |
| 685 | } |
| 686 | bool IsSingleType() const final { return true; } |
| 687 | }; |
| 688 |
nothing calls this directly
no test coverage detected