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

Method ArgumentsMatch

Source/cmIfCommand.cxx:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54bool cmIfFunctionBlocker::ArgumentsMatch(cmListFileFunction const& lff,
55 cmMakefile&) const
56{
57 return lff.Arguments().empty() || lff.Arguments() == this->Args;
58}
59
60bool cmIfFunctionBlocker::Replay(std::vector<cmListFileFunction> functions,
61 cmExecutionStatus& inStatus)

Callers 1

IsFunctionBlockedMethod · 0.45

Calls 2

ArgumentsMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected