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

Method load

src/openms/source/FORMAT/MzIdentMLFile.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 MzIdentMLFile::~MzIdentMLFile() = default;
27
28 void MzIdentMLFile::load(const String& filename, std::vector<ProteinIdentification>& poid, std::vector<PeptideIdentification>& peid)
29 {
30 Internal::MzIdentMLDOMHandler handler(poid, peid, schema_version_, *this);
31 handler.readMzIdentMLFile(filename);
32 }
33
34 void MzIdentMLFile::store(const String& filename, const Identification& id) const
35 {

Callers 1

isSemanticallyValidMethod · 0.45

Calls 1

readMzIdentMLFileMethod · 0.80

Tested by

no test coverage detected