| 7 | cmNewLineStyle::cmNewLineStyle() = default; |
| 8 | |
| 9 | bool cmNewLineStyle::IsValid() const |
| 10 | { |
| 11 | return this->NewLineStyle != Invalid; |
| 12 | } |
| 13 | |
| 14 | bool cmNewLineStyle::ReadFromArguments(std::vector<std::string> const& args, |
| 15 | std::string& errorString) |
no outgoing calls
no test coverage detected