MCPcopy Create free account
hub / github.com/Kitware/CMake / GetInitializedCacheValue

Method GetInitializedCacheValue

Source/cmState.cxx:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

AddCacheDefinitionMethod · 0.45
IsDefinitionSetMethod · 0.45
GetDefinitionMethod · 0.45
AddEnvVarMethod · 0.45
TryCompileMethod · 0.45
AddMakefileMethod · 0.45
SetCacheArgsMethod · 0.45
ProcessCacheArgMethod · 0.45
SetArgsMethod · 0.45
DoPreConfigureChecksMethod · 0.45
ActualConfigureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected