| 32 | InputFile(const Volume& defaultFs, const char* path); |
| 33 | |
| 34 | InputFile(const InputFile&) = delete; |
| 35 | InputFile& operator=(const InputFile&) = delete; |
| 36 | |
| 37 | // readLine() differs from pollLine() in the Channel API as follows: |
nothing calls this directly
no outgoing calls
no test coverage detected