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

Method getRunIDs

src/openms/source/FORMAT/QcMLFile.cpp:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 }
312
313 void QcMLFile::getRunIDs(std::vector<String>& ids) const
314 {
315 ids.clear();
316 for (const auto& m : runQualityQPs_) ids.push_back(m.first);
317 }
318
319 bool QcMLFile::existsRun(const String& filename, bool checkname) const
320 {

Callers 2

main_Method · 0.80
QcMLFile_test.cppFile · 0.80

Calls 2

clearMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected