MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / clearUrlImageCache

Function clearUrlImageCache

src/utils/urlImageFiles.ts:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 * Call this when loading a new reconstruction.
31 */
32export function clearUrlImageCache(): void {
33 urlImageState.clear();
34 clearUrlMaskCache();
35}
36
37/**
38 * Clear the URL mask cache.

Callers 2

Calls 2

clearUrlMaskCacheFunction · 0.85
clearMethod · 0.65

Tested by

no test coverage detected