| 208 | } |
| 209 | |
| 210 | bool cmState::GetCacheEntryPropertyAsBool(std::string const& key, |
| 211 | std::string const& propertyName) |
| 212 | { |
| 213 | return this->CacheManager->GetCacheEntryPropertyAsBool(key, propertyName); |
| 214 | } |
| 215 | |
| 216 | void cmState::AddCacheEntry(std::string const& key, cmValue value, |
| 217 | std::string const& helpString, |
no outgoing calls
no test coverage detected