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

Method GetPropertyAsBool

Source/cmCacheManager.cxx:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578bool cmCacheManager::CacheEntry::GetPropertyAsBool(
579 std::string const& prop) const
580{
581 return this->GetProperty(prop).IsOn();
582}
583
584void cmCacheManager::CacheEntry::SetProperty(std::string const& prop,
585 std::string const& value)

Callers

nothing calls this directly

Calls 2

GetPropertyMethod · 0.95
IsOnMethod · 0.45

Tested by

no test coverage detected