MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / stringItem

Function stringItem

src/hooks/fileDropzoneDropPayload.test.ts:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21function stringItem(): DataTransferItem {
22 return buildDataTransferItem({
23 kind: 'string',
24 });
25}
26
27describe('file dropzone drop payload helpers', () => {
28 it('recognizes actual file drops only', () => {

Callers 1

Calls 1

buildDataTransferItemFunction · 0.90

Tested by

no test coverage detected