| 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 |
nothing calls this directly
no test coverage detected