| 152 | } |
| 153 | |
| 154 | cmValue cmState::GetCacheEntryValue(std::string const& key) const |
| 155 | { |
| 156 | return this->CacheManager->GetCacheEntryValue(key); |
| 157 | } |
| 158 | |
| 159 | std::string cmState::GetSafeCacheEntryValue(std::string const& key) const |
| 160 | { |
no outgoing calls
no test coverage detected