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

Function hasActiveZipArchive

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

Source from the content-addressed store, hash-verified

42 * Check if there's an active ZIP archive.
43 */
44export function hasActiveZipArchive(): boolean {
45 return activeArchive !== null && activeImageIndex !== null;
46}
47
48/**
49 * Clear the active ZIP archive and release resources.

Callers 5

isZipLoadingAvailableFunction · 0.85
fetchZipImageFunction · 0.85
fetchZipImageRawFunction · 0.85
fetchZipMaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected