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

Method AddUnexpectedFlowControlCommand

Source/cmState.cxx:504–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void cmState::AddUnexpectedFlowControlCommand(std::string const& name,
505 char const* error)
506{
507 this->FlowControlCommands.insert(name);
508 this->AddUnexpectedCommand(name, error);
509}
510
511bool cmState::AddScriptedCommand(std::string const& name, BT<Command> command,
512 cmMakefile& mf)

Callers 1

GetScriptingCommandsFunction · 0.80

Calls 2

AddUnexpectedCommandMethod · 0.95
insertMethod · 0.45

Tested by

no test coverage detected