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

Method GetCacheEntryType

Source/cmState.cxx:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

AddCacheDefinitionMethod · 0.45
CreateMethod · 0.45
DumpEntryMethod · 0.45
cmSetCommandFunction · 0.45
do_cmakeFunction · 0.45
GetInitialStateMethod · 0.45
cmOptionCommandFunction · 0.45
SetCacheArgsMethod · 0.45
setPropertiesMethod · 0.45
propertiesMethod · 0.45
InitializeUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected