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

Function writeKeyValue

src/openms/source/FORMAT/HANDLERS/MzXMLHandler.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 //--------------------------------------------------------------------------------
33
34 void writeKeyValue(std::ostream& os, const String& key, const DataValue& value)
35 {
36 os << " " << key << "=\"" << value << "\"";
37 }
38
39 /// Constructor for a read-only handler
40 MzXMLHandler::MzXMLHandler(MapType& exp, const String& filename, const String& version, ProgressLogger& logger) :

Callers 2

writeToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected