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

Method RemoveCacheEntry

Source/cmState.cxx:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void cmState::RemoveCacheEntry(std::string const& key)
260{
261 this->CacheManager->RemoveCacheEntry(key);
262}
263
264void cmState::AppendCacheEntryProperty(std::string const& key,
265 std::string const& property,

Callers 4

RemoveCacheDefinitionMethod · 0.45
SetCacheArgsMethod · 0.45
foreachFunction · 0.45
HandleInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected