MCPcopy Create free account
hub / github.com/commontk/CTK / foreach

Function foreach

Libs/CommandLineModules/Core/ctkCmdLineModuleDescription.cpp:128–131  ·  view source on GitHub ↗

iterate over each parameter group

Source from the content-addressed store, hash-verified

126{
127 // iterate over each parameter group
128 foreach(const ctkCmdLineModuleParameterGroup group, d->ParameterGroups)
129 {
130 if (group.hasParameter(name)) return true;
131 }
132 return false;
133}
134

Callers

nothing calls this directly

Calls 3

hasParameterMethod · 0.45
parameterMethod · 0.45
hasReturnParametersMethod · 0.45

Tested by

no test coverage detected