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

Method GetCacheEntryPropertyAsBool

Source/cmState.cxx:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool cmState::GetCacheEntryPropertyAsBool(std::string const& key,
211 std::string const& propertyName)
212{
213 return this->CacheManager->GetCacheEntryPropertyAsBool(key, propertyName);
214}
215
216void cmState::AddCacheEntry(std::string const& key, cmValue value,
217 std::string const& helpString,

Callers 4

CheckTargetPropertiesMethod · 0.45
propertiesMethod · 0.45
RePostMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected