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

Function textFile

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

Source from the content-addressed store, hash-verified

15} from './fileDropzoneColmapParser';
16
17function textFile(name: string, contents: string): File {
18 return buildTextFile(name, contents);
19}
20
21function binaryFile(name: string, contents: string): File {
22 return buildBinaryFile(name, contents);

Callers 1

createFilesFunction · 0.70

Calls 1

buildTextFileFunction · 0.90

Tested by

no test coverage detected