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

Function isImagesNamedDir

src/utils/colmapPathResolver.ts:158–161  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

156}
157
158function isImagesNamedDir(dir: string): boolean {
159 const lower = dir.toLowerCase();
160 return lower === 'images' || lower.endsWith('/images');
161}
162
163/**
164 * Prefer directories canonically named `images`, and among those the one

Callers 1

getImagesDirScoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected