| 137 | void MarkLineUsed(int line_id) { m_lines[line_id]->used = true; } |
| 138 | |
| 139 | int GetNumLines() const { return m_lines.GetSize(); } |
| 140 | |
| 141 | const cString& GetFiletype() { return m_ftype; } |
| 142 | const cStringList& GetFormat() { return m_format; } |
no test coverage detected