| 147 | } |
| 148 | |
| 149 | std::vector<std::string> cmState::GetCacheEntryKeys() const |
| 150 | { |
| 151 | return this->CacheManager->GetCacheEntryKeys(); |
| 152 | } |
| 153 | |
| 154 | cmValue cmState::GetCacheEntryValue(std::string const& key) const |
| 155 | { |
no outgoing calls
no test coverage detected