| 129 | |
| 130 | public: |
| 131 | auto valid() const -> bool { return file != nullptr; } |
| 132 | auto eof() const -> bool { return isEof; } |
| 133 | auto line() const -> int { return lineNumber; } |
| 134 | auto nextUntilNewLine() -> std::string_view; |
no outgoing calls
no test coverage detected