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

Function makeFiles

src/hooks/urlLoaderManifestSource.test.ts:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17};
18
19function makeFiles(): Map<string, File> {
20 return new Map([
21 ['sparse/0/cameras.bin', buildFile('cameras.bin')],
22 ['sparse/0/images.bin', buildFile('images.bin')],
23 ['sparse/0/points3D.bin', buildFile('points3D.bin')],
24 ]);
25}
26
27function makeDeps(files = makeFiles()) {
28 return {

Callers 2

makeDepsFunction · 0.85

Calls 1

buildFileFunction · 0.90

Tested by

no test coverage detected