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

Method IsValid

Source/cmStateSnapshot.cxx:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool cmStateSnapshot::IsValid() const
84{
85 return this->State && this->Position.IsValid()
86 ? this->Position != this->State->SnapshotData.Root()
87 : false;
88}
89
90cmStateSnapshot cmStateSnapshot::GetBuildsystemDirectory() const
91{

Callers 4

GetPolicyMethod · 0.45
GetDefinitionMethod · 0.45
RaiseScopeMethod · 0.45
InitializeFromParentMethod · 0.45

Calls 1

RootMethod · 0.80

Tested by

no test coverage detected