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

Function fileMap

src/utils/fileClassification.test.ts:15–17  ·  view source on GitHub ↗
(entries: Array<[string, File]>)

Source from the content-addressed store, hash-verified

13} from './fileClassification';
14
15function fileMap(entries: Array<[string, File]>): Map<string, File> {
16 return new Map(entries);
17}
18
19describe('file classification helpers', () => {
20 it('finds the preferred complete COLMAP directory and binary files', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected