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

Function clearUrlMaskCache

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

Source from the content-addressed store, hash-verified

38 * Clear the URL mask cache.
39 */
40export function clearUrlMaskCache(): void {
41 urlMaskState.clear();
42 urlMaskConsecutiveMisses = 0;
43 urlMaskFoundAny = false;
44}
45
46/**
47 * Get a cached URL image (synchronous).

Callers 1

clearUrlImageCacheFunction · 0.85

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected