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

Method load

src/openms/source/FORMAT/MzXMLFile.cpp:39–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void MzXMLFile::load(const String & filename, MapType & map)
40 {
41 map.reset();
42
43 //set DocumentIdentifier
44 map.setLoadedFileType(filename);
45 map.setLoadedFilePath(filename);
46
47 Internal::MzXMLHandler handler(map, filename, schema_version_, *this);
48 handler.setOptions(options_);
49 parse_(filename, &handler);
50 }
51
52 void MzXMLFile::store(const String & filename, const MapType & map) const
53 {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected