| 708 | cmStateSnapshot GetCurrentSnapshot() const { return this->CurrentSnapshot; } |
| 709 | |
| 710 | bool GetRegenerateDuringBuild() const { return this->RegenerateDuringBuild; } |
| 711 | |
| 712 | void SetCMakeListName(std::string const& name); |
| 713 | std::string GetCMakeListFile(std::string const& dir) const; |
no outgoing calls
no test coverage detected