MCPcopy 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
3379cmState* cmMakefile::GetState() const
3380{
3381 return this->GetCMakeInstance()->GetState();
3382}
3383
3384void cmMakefile::DisplayStatus(std::string const& message, float s) const
3385{

Callers 15

ExecuteCommandMethod · 0.95
PushFunctionScopeMethod · 0.95
PushMacroScopeMethod · 0.95
AddSubDirectoryMethod · 0.95
AddCacheDefinitionMethod · 0.95
RemoveCacheDefinitionMethod · 0.95
IsDefinitionSetMethod · 0.95
GetDefinitionMethod · 0.95
GetDefinitionsMethod · 0.95
PushScopeMethod · 0.95
PopSnapshotMethod · 0.95
cmMakefileMethod · 0.45

Calls 1

GetCMakeInstanceMethod · 0.95

Tested by

no test coverage detected