Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
868
cmState* cmLocalGenerator::GetState() const
869
{
870
return this->GlobalGenerator->GetCMakeInstance()->GetState();
871
}
872
873
cmStateSnapshot cmLocalGenerator::GetStateSnapshot() const
874
{
Callers
14
cmLocalGenerator
Method · 0.95
GenerateInstallRules
Method · 0.95
GetIncludeDirectoriesImplicit
Method · 0.95
AddISPCDependencies
Method · 0.95
JoinDefines
Method · 0.95
IsWindowsShell
Method · 0.95
IsWatcomWMake
Method · 0.95
IsMinGWMake
Method · 0.95
IsNMake
Method · 0.95
IsNinjaMulti
Method · 0.95
IsWindowsVSIDE
Method · 0.95
ComputeTargetCompileFeatures
Method · 0.45
Calls
1
GetCMakeInstance
Method · 0.45
Tested by
no test coverage detected