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

Method SetCacheEntryBoolProperty

Source/cmCacheManager.h:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void SetCacheEntryBoolProperty(std::string const& key,
136 std::string const& propName, bool value)
137 {
138 if (auto* entry = this->GetCacheEntry(key)) {
139 entry->SetProperty(propName, value);
140 }
141 }
142
143 void RemoveCacheEntryProperty(std::string const& key,
144 std::string const& propName)

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
SetPropertyMethod · 0.45

Tested by

no test coverage detected