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

Function binaryFile

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

Source from the content-addressed store, hash-verified

19}
20
21function binaryFile(name: string, contents: string): File {
22 return buildBinaryFile(name, contents);
23}
24
25function createFiles({
26 camerasFile = textFile('cameras.txt', 'camera text'),

Calls 1

buildBinaryFileFunction · 0.90

Tested by

no test coverage detected