Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ RemoveCacheEntryProperty
Method
RemoveCacheEntryProperty
Source/cmState.cxx:271–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void cmState::RemoveCacheEntryProperty(std::string const& key,
272
std::string const& propertyName)
273
{
274
this->CacheManager->RemoveCacheEntryProperty(key, propertyName);
275
}
276
277
cmStateSnapshot cmState::Reset()
278
{
Callers
1
HandleCacheEntry
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected