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

Method load

src/openms/source/FORMAT/ParamXMLFile.cpp:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 void ParamXMLFile::load(const String& filename, Param& param)
358 {
359 Internal::ParamXMLHandler handler(param, filename, schema_version_);
360 parse_(filename, &handler);
361 }
362
363}

Callers 4

parseCTDCommandLineFunction · 0.95
updateDefaultsFunction · 0.95
_testParamFunction · 0.95
testParamXMLFileFunction · 0.95

Calls

no outgoing calls

Tested by 2

_testParamFunction · 0.76
testParamXMLFileFunction · 0.76