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

Method AppendCacheEntryProperty

Source/cmCacheManager.h:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 void AppendCacheEntryProperty(std::string const& key,
152 std::string const& propName,
153 std::string const& value,
154 bool asString = false)
155 {
156 if (auto* entry = this->GetCacheEntry(key)) {
157 entry->AppendProperty(propName, value, asString);
158 }
159 }
160
161 std::vector<std::string> GetCacheEntryKeys() const
162 {

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
AppendPropertyMethod · 0.45

Tested by

no test coverage detected