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

Method GetCacheEntryPropertyList

Source/cmCacheManager.h:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 std::vector<std::string> GetCacheEntryPropertyList(
100 std::string const& key) const
101 {
102 if (auto const* entry = this->GetCacheEntry(key)) {
103 return entry->GetPropertyList();
104 }
105 return {};
106 }
107
108 cmValue GetCacheEntryProperty(std::string const& key,
109 std::string const& propName) const

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
GetPropertyListMethod · 0.80

Tested by

no test coverage detected