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

Function createRigData

src/hooks/fileDropzoneRigData.test.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { loadOptionalRigData, type RigDataParsers } from './fileDropzoneRigData';
5
6function createRigData(): RigData {
7 return buildRigData();
8}
9
10function createParsers(rigData = createRigData()): RigDataParsers {
11 return {

Callers 2

createParsersFunction · 0.70

Calls 1

buildRigDataFunction · 0.90

Tested by

no test coverage detected