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

Method GetPropertyList

Source/cmCacheManager.cxx:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562std::vector<std::string> cmCacheManager::CacheEntry::GetPropertyList() const
563{
564 return this->Properties.GetKeys();
565}
566
567cmValue cmCacheManager::CacheEntry::GetProperty(std::string const& prop) const
568{

Callers 1

Calls 1

GetKeysMethod · 0.80

Tested by

no test coverage detected