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

Method getRunNames

src/openms/source/FORMAT/QcMLFile.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 void QcMLFile::getRunNames(std::vector<String>& ids) const
308 {
309 ids.clear();
310 for (const auto& m : run_Name_ID_map_) ids.push_back(m.first);
311 }
312
313 void QcMLFile::getRunIDs(std::vector<String>& ids) const
314 {

Callers 3

main_Method · 0.80
main_Method · 0.80
QcMLFile_test.cppFile · 0.80

Calls 2

clearMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected