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

Method store

src/openms/source/FORMAT/MzMLFile.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void MzMLFile::store(const String& filename, const PeakMap& map) const
146 {
147 Internal::MzMLHandler handler(map, filename, getVersion(), *this);
148 handler.setOptions(options_);
149 save_(filename, &handler);
150 }
151
152 void MzMLFile::storeBuffer(std::string& output, const PeakMap& map) const
153 {

Callers 1

mainFunction · 0.95

Calls 1

setOptionsMethod · 0.45

Tested by

no test coverage detected