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

Method load

src/openms/source/FORMAT/SqMassFile.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 SqMassFile::~SqMassFile() = default;
19
20 void SqMassFile::load(const String& filename, MapType& map) const
21 {
22 OpenMS::Internal::MzMLSqliteHandler sql_mass(filename, 0);
23 sql_mass.setConfig(config_.write_full_meta, config_.use_lossy_numpress, config_.linear_fp_mass_acc);
24 sql_mass.readExperiment(map);
25 }
26
27 void SqMassFile::store(const String& filename, MapType& map) const
28 {

Callers

nothing calls this directly

Calls 1

readExperimentMethod · 0.80

Tested by

no test coverage detected