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

Function isArchiveMimeType

src/utils/zipLoaderPolicy.ts:51–53  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

49}
50
51export function isArchiveMimeType(type: string): boolean {
52 return ARCHIVE_MIME_TYPES.has(type);
53}
54
55export function isArchiveImagePath(path: string): boolean {
56 const lower = path.toLowerCase();

Callers 2

isArchiveFileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected