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

Method writeUserParams_

src/openms/source/FORMAT/HANDLERS/MzQuantMLHandler.cpp:1246–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244 }
1245
1246 void MzQuantMLHandler::writeUserParams_(std::ostream& os, const MetaInfoInterface& meta, UInt indent)
1247 {
1248 String h;
1249 writeUserParams_(h, meta, indent);
1250 os << h;
1251 }
1252
1253 void MzQuantMLHandler::writeUserParams_(String& s, const MetaInfoInterface& meta, UInt indent)
1254 {

Callers

nothing calls this directly

Calls 5

isMetaEmptyMethod · 0.80
getMetaValueMethod · 0.80
StringClass · 0.50
getKeysMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected