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

Method SetCacheEntryProperty

Source/cmCacheManager.h:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void SetCacheEntryProperty(std::string const& key,
127 std::string const& propName,
128 std::string const& value)
129 {
130 if (auto* entry = this->GetCacheEntry(key)) {
131 entry->SetProperty(propName, value);
132 }
133 }
134
135 void SetCacheEntryBoolProperty(std::string const& key,
136 std::string const& propName, bool value)

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
SetPropertyMethod · 0.45

Tested by

no test coverage detected