| 3707 | } |
| 3708 | } |
| 3709 | bool is_open() const { return _file->is_open(); } |
| 3710 | |
| 3711 | lines_t &get_lines(unsigned line_start, unsigned line_count, lines_t &lines) { |
| 3712 | using namespace std; |
nothing calls this directly
no outgoing calls
no test coverage detected