MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / clearAllCaches

Function clearAllCaches

src/cache/index.ts:65–67  ·  view source on GitHub ↗
(options?: ClearAllOptions)

Source from the content-addressed store, hash-verified

63 * clearAllCaches({ preserveZip: true });
64 */
65export function clearAllCaches(options?: ClearAllOptions): void {
66 CacheManager.clearAll(options ?? {});
67}

Callers 4

useUrlLoaderFunction · 0.90
clearReconstructionFunction · 0.85
setNewReconstructionFunction · 0.85
resetSessionFunction · 0.85

Calls 1

clearAllMethod · 0.80

Tested by

no test coverage detected