Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ DeleteCache
Method
DeleteCache
Source/cmake.cxx:3411–3414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3409
}
3410
3411
bool cmake::DeleteCache(std::string const& path)
3412
{
3413
return this->State->DeleteCache(path);
3414
}
3415
3416
void cmake::SetProgressCallback(ProgressCallbackType f)
3417
{
Callers
3
HandleDeleteCacheVariables
Method · 0.95
Run
Method · 0.95
deleteCache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected