Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
39
export
function
isZipLoadingAvailable(): boolean {
40
return
hasActiveZipArchive();
41
}
42
43
/**
44
* Extract an image from ZIP and cache it.
Callers
7
zipImageFiles.test.ts
File · 0.90
getImage
Function · 0.90
getMetricImage
Function · 0.90
getMask
Function · 0.90
prefetchImages
Function · 0.90
hasImages
Function · 0.90
hasMasks
Function · 0.90
Calls
1
hasActiveZipArchive
Function · 0.85
Tested by
no test coverage detected