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

Function getActiveZipImageIndex

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

Source from the content-addressed store, hash-verified

35 * Get the active ZIP image index.
36 */
37export function getActiveZipImageIndex(): Map<string, ArchiveEntry> | null {
38 return activeImageIndex;
39}
40
41/**
42 * Check if there's an active ZIP archive.

Callers 2

fetchZipMaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected