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

Method RemoveCacheEntryProperty

Source/cmCacheManager.h:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 void RemoveCacheEntryProperty(std::string const& key,
144 std::string const& propName)
145 {
146 if (auto* entry = this->GetCacheEntry(key)) {
147 entry->RemoveProperty(propName);
148 }
149 }
150
151 void AppendCacheEntryProperty(std::string const& key,
152 std::string const& propName,

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
RemovePropertyMethod · 0.45

Tested by

no test coverage detected