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

Method store

src/openms/source/FORMAT/CachedMzML.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 void CachedmzML::store(const String& filename, const PeakMap& map)
108 {
109 Internal::CachedMzMLHandler().writeMemdump(map, filename + ".cached");
110 Internal::CachedMzMLHandler().writeMetadata_x(map, filename, true);
111 }
112
113 void CachedmzML::load(const String& filename, CachedmzML& map)
114 {

Callers

nothing calls this directly

Calls 2

writeMemdumpMethod · 0.80
writeMetadata_xMethod · 0.80

Tested by

no test coverage detected