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

Function getZipMaskCached

src/utils/zipImageFiles.ts:32–34  ·  view source on GitHub ↗
(imageName: string)

Source from the content-addressed store, hash-verified

30 * Returns undefined if not yet extracted.
31 */
32export function getZipMaskCached(imageName: string): File | undefined {
33 return zipMaskState.getCached(imageName);
34}
35
36/**
37 * Check if ZIP loading is available.

Callers 2

getMaskSyncFunction · 0.90

Calls 1

getCachedMethod · 0.80

Tested by

no test coverage detected