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