MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / seekGToSavedPosition

Method seekGToSavedPosition

src/openms/source/CONCEPT/FuzzyStringComparator.cpp:728–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

fillFromInputLineMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected