Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseCTDCommandLine
Function · 0.95
updateDefaults
Function · 0.95
_testParam
Function · 0.95
testParamXMLFile
Function · 0.95
Calls
no outgoing calls
Tested by
2
_testParam
Function · 0.76
testParamXMLFile
Function · 0.76