| 726 | } |
| 727 | |
| 728 | void FuzzyStringComparator::InputLine::seekGToSavedPosition() |
| 729 | { |
| 730 | line_.clear(); // reset status |
| 731 | line_.seekg(line_position_); // rewind to saved position |
| 732 | } |
| 733 | |
| 734 | bool FuzzyStringComparator::InputLine::ok() const |
| 735 | { |
no test coverage detected