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

Method GetUsesTerminal

Source/cmCustomCommand.cxx:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool cmCustomCommand::GetUsesTerminal() const
148{
149 return this->UsesTerminal;
150}
151
152void cmCustomCommand::SetUsesTerminal(bool b)
153{

Callers 3

WriteCustomRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected