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

Function getActiveZipStats

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

Source from the content-addressed store, hash-verified

60 * Get statistics about the active ZIP archive.
61 */
62export function getActiveZipStats(): { fileSize: number; imageCount: number } {
63 return {
64 fileSize: activeZipFileSize,
65 imageCount: activeZipImageCount,
66 };
67}
68
69/**
70 * Find an entry in a ZIP index by image name.

Callers 2

registerAllCachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected