MCPcopy 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
102bool cmCustomCommand::GetEscapeOldStyle() const
103{
104 return this->EscapeOldStyle;
105}
106
107void cmCustomCommand::SetEscapeOldStyle(bool b)
108{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected