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

Method GetCommand

Source/cmState.cxx:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535cmState::Command cmState::GetCommand(std::string const& name) const
536{
537 return this->GetCommandByExactName(cmSystemTools::LowerCase(name));
538}
539
540cmState::Command cmState::GetCommandByExactName(std::string const& name) const
541{

Callers 15

testCreateFromTestsFunction · 0.45
HandleLevel1Method · 0.45
ConstructScriptMethod · 0.45
CreateIfAnyMethod · 0.45
ConstructScriptMethod · 0.45
AppendCustomCommandMethod · 0.45
FindPackageMethod · 0.45
GenerateOldStyleMethod · 0.45

Calls 1

GetCommandByExactNameMethod · 0.95

Tested by 3

testCreateFromTestsFunction · 0.36
GenerateOldStyleMethod · 0.36