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

Method store

src/openms/source/FORMAT/MzDataFile.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void MzDataFile::store(const String & filename, const PeakMap & map) const
71 {
72 Internal::MzDataHandler handler(map, filename, schema_version_, *this);
73 handler.setOptions(options_);
74 save_(filename, &handler);
75 }
76
77
78} // namespace OpenMS

Callers

nothing calls this directly

Calls 1

setOptionsMethod · 0.45

Tested by

no test coverage detected