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

Method registerRun

src/openms/source/FORMAT/QcMLFile.cpp:514–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513
514 void QcMLFile::registerRun(const String& id, const String& name)
515 {
516 runQualityQPs_[id] = std::vector<QualityParameter>();
517 runQualityAts_[id] = std::vector<Attachment>();
518 run_Name_ID_map_[name] = id;
519 }
520
521 void QcMLFile::registerSet(const String& id, const String& name, const std::set<String>& names)
522 {

Callers 2

main_Method · 0.80
QcMLFile_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected