MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / fileDropzoneRigData.test.ts

File fileDropzoneRigData.test.ts

src/hooks/fileDropzoneRigData.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import { buildBinaryFile, buildRigData, buildTextFile } from '../test/builders';
3import type { RigData } from '../types/rig';
4import { loadOptionalRigData, type RigDataParsers } from './fileDropzoneRigData';

Callers

nothing calls this directly

Calls 5

loadOptionalRigDataFunction · 0.90
createParsersFunction · 0.85
createRigDataFunction · 0.70
textFileFunction · 0.70
binaryFileFunction · 0.70

Tested by

no test coverage detected