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

Function isZipLoadingAvailable

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

Source from the content-addressed store, hash-verified

37 * Check if ZIP loading is available.
38 */
39export function isZipLoadingAvailable(): boolean {
40 return hasActiveZipArchive();
41}
42
43/**
44 * Extract an image from ZIP and cache it.

Callers 7

getImageFunction · 0.90
getMetricImageFunction · 0.90
getMaskFunction · 0.90
prefetchImagesFunction · 0.90
hasImagesFunction · 0.90
hasMasksFunction · 0.90

Calls 1

hasActiveZipArchiveFunction · 0.85

Tested by

no test coverage detected