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

Method ArgumentsMatch

Source/cmBlockCommand.cxx:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool cmBlockFunctionBlocker::ArgumentsMatch(cmListFileFunction const& lff,
99 cmMakefile&) const
100{
101 // no arguments expected for endblock()
102 // but this method should not be called because EndCommandHasArguments()
103 // returns false.
104 return lff.Arguments().empty();
105}
106
107bool cmBlockFunctionBlocker::Replay(std::vector<cmListFileFunction> functions,
108 cmExecutionStatus& inStatus)

Callers

nothing calls this directly

Calls 2

ArgumentsMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected