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

Method storeConsensusFeatures

src/openms/source/FORMAT/FileHandler.cpp:647–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 }
646
647 bool FileHandler::storeConsensusFeatures(const String& filename, const ConsensusMap& map)
648 {
649 ConsensusXMLFile().store(filename, map);
650 return true;
651 }
652
653 bool FileHandler::loadConsensusFeatures(const String& filename, ConsensusMap& map)
654 {

Callers 2

main_Method · 0.80
writeDebugOutputMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected