| 189 | } |
| 190 | |
| 191 | void cmState::SetCacheEntryBoolProperty(std::string const& key, |
| 192 | std::string const& propertyName, |
| 193 | bool value) |
| 194 | { |
| 195 | this->CacheManager->SetCacheEntryBoolProperty(key, propertyName, value); |
| 196 | } |
| 197 | |
| 198 | std::vector<std::string> cmState::GetCacheEntryPropertyList( |
| 199 | std::string const& key) |
no outgoing calls
no test coverage detected