MCPcopy 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
185void ctkCmdLineModuleCache::clearCache()
186{
187 foreach(const QUrl &url, d->LocationToXmlDescription.keys())
188 {
189 removeCacheEntry(url);
190 }
191}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected