| 257 | } |
| 258 | |
| 259 | void cmState::RemoveCacheEntry(std::string const& key) |
| 260 | { |
| 261 | this->CacheManager->RemoveCacheEntry(key); |
| 262 | } |
| 263 | |
| 264 | void cmState::AppendCacheEntryProperty(std::string const& key, |
| 265 | std::string const& property, |
no outgoing calls
no test coverage detected