Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetEscapeOldStyle
Method
GetEscapeOldStyle
Source/cmCustomCommand.cxx:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
bool cmCustomCommand::GetEscapeOldStyle() const
103
{
104
return this->EscapeOldStyle;
105
}
106
107
void cmCustomCommand::SetEscapeOldStyle(bool b)
108
{
Callers
1
cmCustomCommandGenerator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected