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

Method AddFlowControlCommand

Source/cmState.cxx:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void cmState::AddFlowControlCommand(std::string const& name, Command command)
432{
433 this->FlowControlCommands.insert(name);
434 this->AddBuiltinCommand(name, std::move(command));
435}
436
437void cmState::AddFlowControlCommand(std::string const& name,
438 BuiltinCommand command)

Callers 1

GetScriptingCommandsFunction · 0.80

Calls 3

AddBuiltinCommandMethod · 0.95
moveFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected