MCPcopy 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
3411bool cmake::DeleteCache(std::string const& path)
3412{
3413 return this->State->DeleteCache(path);
3414}
3415
3416void cmake::SetProgressCallback(ProgressCallbackType f)
3417{

Callers 3

RunMethod · 0.95
deleteCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected