Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetState
Method
GetState
Source/cmMakefile.cxx:3379–3382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3377
#endif
3378
3379
cmState* cmMakefile::GetState() const
3380
{
3381
return this->GetCMakeInstance()->GetState();
3382
}
3383
3384
void cmMakefile::DisplayStatus(std::string const& message, float s) const
3385
{
Callers
15
ExecuteCommand
Method · 0.95
PushFunctionScope
Method · 0.95
PushMacroScope
Method · 0.95
AddSubDirectory
Method · 0.95
AddCacheDefinition
Method · 0.95
RemoveCacheDefinition
Method · 0.95
IsDefinitionSet
Method · 0.95
GetDefinition
Method · 0.95
GetDefinitions
Method · 0.95
PushScope
Method · 0.95
PopSnapshot
Method · 0.95
cmMakefile
Method · 0.45
Calls
1
GetCMakeInstance
Method · 0.95
Tested by
no test coverage detected