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

Method load

src/openms/source/FORMAT/MzMLFile.cpp:132–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void MzMLFile::load(const String& filename, PeakMap& map)
133 {
134 map.reset();
135
136 //set DocumentIdentifier
137 map.setLoadedFileType(filename);
138 map.setLoadedFilePath(filename);
139
140 Internal::MzMLHandler handler(map, filename, getVersion(), *this);
141 handler.setOptions(options_);
142 safeParse_(filename, &handler);
143 }
144
145 void MzMLFile::store(const String& filename, const PeakMap& map) const
146 {

Callers 4

alignFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
isSemanticallyValidMethod · 0.45

Calls 4

setLoadedFileTypeMethod · 0.80
setLoadedFilePathMethod · 0.80
resetMethod · 0.45
setOptionsMethod · 0.45

Tested by

no test coverage detected