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

Method load

src/openms/source/FORMAT/MzQuantMLFile.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 MzQuantMLFile::~MzQuantMLFile() = default;
25
26 void MzQuantMLFile::load(const String & filename, MSQuantifications & msq)
27 {
28 Internal::MzQuantMLHandler handler(msq, filename, schema_version_, *this);
29 parse_(filename, &handler);
30 }
31
32 void MzQuantMLFile::store(const String & filename, const MSQuantifications & cmsq) const
33 {

Callers 3

id_mapperFunction · 0.95
testMxxxFileFunction · 0.95
isSemanticallyValidMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMxxxFileFunction · 0.76