MCPcopy Create free account
hub / github.com/Kitware/CMake / ArgumentsMatch

Method ArgumentsMatch

Source/cmWhileCommand.cxx:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool cmWhileFunctionBlocker::ArgumentsMatch(cmListFileFunction const& lff,
59 cmMakefile&) const
60{
61 return lff.Arguments().empty() || lff.Arguments() == this->Args;
62}
63
64bool cmWhileFunctionBlocker::Replay(std::vector<cmListFileFunction> functions,
65 cmExecutionStatus& inStatus)

Callers

nothing calls this directly

Calls 2

ArgumentsMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected