| 170 | } |
| 171 | |
| 172 | cmStateEnums::CacheEntryType cmState::GetCacheEntryType( |
| 173 | std::string const& key) const |
| 174 | { |
| 175 | return this->CacheManager->GetCacheEntryType(key); |
| 176 | } |
| 177 | |
| 178 | void cmState::SetCacheEntryValue(std::string const& key, |
| 179 | std::string const& value) |
no outgoing calls
no test coverage detected