| 183 | } |
| 184 | |
| 185 | bool IsOpen() override { return !!iofile; } |
| 186 | bool End() override { return iofile.eof(); } |
| 187 | bool Broken() override { return !iofile.good(); } |
| 188 | void Close() override { iofile.close(); } |
nothing calls this directly
no outgoing calls
no test coverage detected