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

Function textFile

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

Source from the content-addressed store, hash-verified

17}
18
19function textFile(name: string, contents: string): File {
20 return buildTextFile(name, contents);
21}
22
23function binaryFile(name: string, contents: string): File {
24 return buildBinaryFile(name, contents);

Callers 1

Calls 1

buildTextFileFunction · 0.90

Tested by

no test coverage detected