Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commontk/CTK
/ clearCache
Method
clearCache
Libs/CommandLineModules/Core/ctkCmdLineModuleCache.cpp:185–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void ctkCmdLineModuleCache::clearCache()
186
{
187
foreach(const QUrl &url, d->LocationToXmlDescription.keys())
188
{
189
removeCacheEntry(url);
190
}
191
}
Callers
1
on_actionClear_Cache_triggered
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected