| 165 | } |
| 166 | |
| 167 | cmValue cmState::GetInitializedCacheValue(std::string const& key) const |
| 168 | { |
| 169 | return this->CacheManager->GetInitializedCacheValue(key); |
| 170 | } |
| 171 | |
| 172 | cmStateEnums::CacheEntryType cmState::GetCacheEntryType( |
| 173 | std::string const& key) const |
no outgoing calls
no test coverage detected