| 6 | #include "Report.h" |
| 7 | |
| 8 | InputFile::InputFile(const Volume& defaultFs, const char* path) : FileStream(path, "r", defaultFs) {} |
| 9 | /* |
| 10 | Read a line from the file |
| 11 | Returns Error::Ok if a line was read, even if the line was empty. |
nothing calls this directly
no outgoing calls
no test coverage detected