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

Function savePeakMapToFile

src/openms_gui/source/VISUAL/VISITORS/LayerStoreData.cpp:40–43  ·  view source on GitHub ↗

helper for saving a peakmap to a file

Source from the content-addressed store, hash-verified

38
39 // helper for saving a peakmap to a file
40 void savePeakMapToFile(const String& path, const PeakMap& pm, const ProgressLogger::LogType lt, const FileTypes::Type /*ext*/)
41 {
42 FileHandler().storeExperiment(path, pm, lt);
43 }
44
45 void LayerStoreDataPeakMapVisible::saveToFile(const String& path, const ProgressLogger::LogType lt) const
46 {

Callers 1

saveToFileMethod · 0.85

Calls 1

storeExperimentMethod · 0.80

Tested by

no test coverage detected