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

Method GetCacheEntryProperty

Source/cmCacheManager.h:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 cmValue GetCacheEntryProperty(std::string const& key,
109 std::string const& propName) const
110 {
111 if (auto const* entry = this->GetCacheEntry(key)) {
112 return entry->GetProperty(propName);
113 }
114 return nullptr;
115 }
116
117 bool GetCacheEntryPropertyAsBool(std::string const& key,
118 std::string const& propName) const

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
GetPropertyMethod · 0.45

Tested by

no test coverage detected