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

Method GetState

Source/cmLocalGenerator.cxx:868–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868cmState* cmLocalGenerator::GetState() const
869{
870 return this->GlobalGenerator->GetCMakeInstance()->GetState();
871}
872
873cmStateSnapshot cmLocalGenerator::GetStateSnapshot() const
874{

Callers 14

cmLocalGeneratorMethod · 0.95
GenerateInstallRulesMethod · 0.95
AddISPCDependenciesMethod · 0.95
JoinDefinesMethod · 0.95
IsWindowsShellMethod · 0.95
IsWatcomWMakeMethod · 0.95
IsMinGWMakeMethod · 0.95
IsNMakeMethod · 0.95
IsNinjaMultiMethod · 0.95
IsWindowsVSIDEMethod · 0.95

Calls 1

GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected