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

Method ArgumentsMatch

Source/cmFunctionCommand.cxx:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152};
153
154bool cmFunctionFunctionBlocker::ArgumentsMatch(cmListFileFunction const& lff,
155 cmMakefile& mf) const
156{
157 std::vector<std::string> expandedArguments;
158 mf.ExpandArguments(lff.Arguments(), expandedArguments);
159 return expandedArguments.empty() ||
160 expandedArguments.front() == this->Args.front();
161}
162
163bool cmFunctionFunctionBlocker::Replay(
164 std::vector<cmListFileFunction> functions, cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 4

ExpandArgumentsMethod · 0.80
ArgumentsMethod · 0.80
emptyMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected