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

Function clearZipCache

src/utils/zipImageFiles.ts:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 * Clear ZIP caches and release WASM memory.
149 */
150export function clearZipCache(): void {
151 zipImageState.clear();
152 zipMaskState.clear();
153 clearActiveZipArchive();
154}
155
156/**
157 * Get ZIP image cache statistics.

Callers 2

Calls 2

clearActiveZipArchiveFunction · 0.85
clearMethod · 0.65

Tested by

no test coverage detected