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

Method begin

src/openms/source/DATASTRUCTURES/Param.cpp:1425–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423 }
1424
1425 Param::ParamIterator Param::begin() const
1426 {
1427 return ParamIterator(root_);
1428 }
1429
1430 Param::ParamIterator Param::end() const
1431 {

Callers 15

findFirstMethod · 0.95
isConflictingMethod · 0.45
getLabelsMethod · 0.45
addMethod · 0.45
setParametersMethod · 0.45
defaultsToParam_Method · 0.45
computeMethod · 0.45
queryMethod · 0.45
operator+Method · 0.45
addRowMethod · 0.45
addColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected