| 23 | |
| 24 | std::string ToString(bool compat_format) const override { return desc; } |
| 25 | std::optional<OutputType> GetOutputType() const override { return OutputType::UNKNOWN; } |
| 26 | |
| 27 | bool IsRange() const override { return false; } |
| 28 | bool IsSolvable() const override { return false; } |
no outgoing calls
no test coverage detected