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

Method Replay

Source/cmForEachCommand.cxx:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool cmForEachFunctionBlocker::Replay(
101 std::vector<cmListFileFunction> functions, cmExecutionStatus& inStatus)
102{
103 if (this->Args.size() == this->IterationVarsCount) {
104 return true;
105 }
106 return this->ZipLists ? this->ReplayZipLists(functions, inStatus)
107 : this->ReplayItems(functions, inStatus);
108}
109
110bool cmForEachFunctionBlocker::ReplayItems(
111 std::vector<cmListFileFunction> const& functions,

Callers

nothing calls this directly

Calls 3

ReplayZipListsMethod · 0.95
ReplayItemsMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected