| 202 | } |
| 203 | |
| 204 | cmValue cmState::GetCacheEntryProperty(std::string const& key, |
| 205 | std::string const& propertyName) |
| 206 | { |
| 207 | return this->CacheManager->GetCacheEntryProperty(key, propertyName); |
| 208 | } |
| 209 | |
| 210 | bool cmState::GetCacheEntryPropertyAsBool(std::string const& key, |
| 211 | std::string const& propertyName) |
no outgoing calls
no test coverage detected