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

Function binaryFile

src/hooks/fileDropzoneRigData.test.ts:23–25  ·  view source on GitHub ↗
(name: string, contents: string)

Source from the content-addressed store, hash-verified

21}
22
23function binaryFile(name: string, contents: string): File {
24 return buildBinaryFile(name, contents);
25}
26
27describe('file dropzone rig data helper', () => {
28 it('reuses rig data already produced by the WASM parser', async () => {

Callers 1

Calls 1

buildBinaryFileFunction · 0.90

Tested by

no test coverage detected