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

Method setToString

src/openms/source/CONCEPT/FuzzyStringComparator.cpp:713–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 }
712
713 void FuzzyStringComparator::InputLine::setToString(const std::string& s)
714 {
715 line_.str(s);
716 line_.seekp(0);
717 line_.clear();
718 line_.unsetf(std::ios::skipws);
719
720 line_position_ = line_.tellg();
721 }
722
723 void FuzzyStringComparator::InputLine::updatePosition()
724 {

Callers 1

compareLines_Method · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected