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

Method GetCacheEntryProperty

Source/cmState.cxx:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204cmValue cmState::GetCacheEntryProperty(std::string const& key,
205 std::string const& propertyName)
206{
207 return this->CacheManager->GetCacheEntryProperty(key, propertyName);
208}
209
210bool cmState::GetCacheEntryPropertyAsBool(std::string const& key,
211 std::string const& propertyName)

Callers 12

CreateMethod · 0.45
DumpEntryPropertyMethod · 0.45
cmMarkAsAdvancedCommandFunction · 0.45
cmSetCommandFunction · 0.45
do_cmakeFunction · 0.45
GetInitialStateMethod · 0.45
HandleCacheModeFunction · 0.45
propertiesMethod · 0.45
UpdateStatusBarMethod · 0.45
HandleInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected