Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
bool cmCustomCommand::GetUsesTerminal() const
148
{
149
return this->UsesTerminal;
150
}
151
152
void cmCustomCommand::SetUsesTerminal(bool b)
153
{
Callers
3
WriteCustomCommandBuildStatement
Method · 0.80
WriteUtilBuildStatements
Method · 0.80
WriteCustomRule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected