| 196 | } |
| 197 | |
| 198 | std::vector<std::string> cmState::GetCacheEntryPropertyList( |
| 199 | std::string const& key) |
| 200 | { |
| 201 | return this->CacheManager->GetCacheEntryPropertyList(key); |
| 202 | } |
| 203 | |
| 204 | cmValue cmState::GetCacheEntryProperty(std::string const& key, |
| 205 | std::string const& propertyName) |
no outgoing calls
no test coverage detected