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

Method clear

src/openms/source/DATASTRUCTURES/Param.cpp:1038–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036 }
1037
1038 void Param::clear()
1039 {
1040 root_ = ParamNode("ROOT", "");
1041 }
1042
1043 void Param::checkDefaults(const std::string& name, const Param& defaults, const std::string& prefix) const
1044 {

Callers 2

Param.cppFile · 0.45
clearTagsMethod · 0.45

Calls 1

ParamNodeFunction · 0.85

Tested by

no test coverage detected