| 702 | |
| 703 | cmState* GetState() const { return this->State.get(); } |
| 704 | void SetCurrentSnapshot(cmStateSnapshot const& snapshot) |
| 705 | { |
| 706 | this->CurrentSnapshot = snapshot; |
| 707 | } |
| 708 | cmStateSnapshot GetCurrentSnapshot() const { return this->CurrentSnapshot; } |
| 709 | |
| 710 | bool GetRegenerateDuringBuild() const { return this->RegenerateDuringBuild; } |
no outgoing calls
no test coverage detected