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

Method GetCacheEntryKeys

Source/cmState.cxx:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149std::vector<std::string> cmState::GetCacheEntryKeys() const
150{
151 return this->CacheManager->GetCacheEntryKeys();
152}
153
154cmValue cmState::GetCacheEntryValue(std::string const& key) const
155{

Callers 10

GetGlobalPropertyMethod · 0.95
GetDefinitionsMethod · 0.45
CreateMethod · 0.45
DumpEntriesMethod · 0.45
GetPropertyMethod · 0.45
do_cmakeFunction · 0.45
SetCacheArgsMethod · 0.45
setPropertiesMethod · 0.45
propertiesMethod · 0.45
InitializeUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected