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

Method GetNumberOfCommands

Source/cmCustomCommandGenerator.cxx:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277unsigned int cmCustomCommandGenerator::GetNumberOfCommands() const
278{
279 return static_cast<unsigned int>(this->CommandLines.size());
280}
281
282void cmCustomCommandGenerator::FillEmulatorsWithArguments()
283{

Callers 8

ConstructScriptMethod · 0.80
ConstructScriptMethod · 0.80
AppendCustomCommandMethod · 0.80
GenerateCommandsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected