MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / getArchiveImageLookupKeys

Function getArchiveImageLookupKeys

src/utils/zipLoaderPolicy.ts:131–133  ·  view source on GitHub ↗
(fullPath: string)

Source from the content-addressed store, hash-verified

129}
130
131export function getArchiveImageLookupKeys(fullPath: string): string[] {
132 return getImagePathLookupSuffixes(fullPath);
133}
134
135export function getColmapArchiveKey(entryPath: string): string {
136 const filename = entryPath.split('/').pop() ?? entryPath;

Callers 3

processZipArchiveFunction · 0.90
indexArchiveImagesFunction · 0.90

Calls 1

Tested by 1

indexArchiveImagesFunction · 0.72