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

Method GetState

Source/cmake.h:703–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 void SetInInitialCache(bool v) { this->InInitialCache = v; }
702
703 cmState* GetState() const { return this->State.get(); }
704 void SetCurrentSnapshot(cmStateSnapshot const& snapshot)
705 {
706 this->CurrentSnapshot = snapshot;

Callers 15

AddScriptingCommandsMethod · 0.95
AddProjectCommandsMethod · 0.95
CreateDummiesFunction · 0.45
testCreateFromMakefileFunction · 0.45
ReplayMethod · 0.45
HandleLevel1Method · 0.45
GetPropertyMethod · 0.45
CreateMethod · 0.45
BindMethod · 0.45
ConsumeMethod · 0.45
FinishKeywordMethod · 0.45
CacheMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 8

CreateDummiesFunction · 0.36
testCreateFromMakefileFunction · 0.36
GetPropertyMethod · 0.36
AddSitePropertiesMethod · 0.36
GetListOfTestsMethod · 0.36
CreateCMakeMethod · 0.36
SubmitUsingHTTPMethod · 0.36
HandleCDashUploadFileMethod · 0.36