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

Function fileItem

src/hooks/fileDropzoneDropPayload.test.ts:14–19  ·  view source on GitHub ↗
(entry: FileSystemEntry | null)

Source from the content-addressed store, hash-verified

12} from './fileDropzoneDropPayload';
13
14function fileItem(entry: FileSystemEntry | null): DataTransferItem {
15 return buildDataTransferItem({
16 kind: 'file',
17 webkitGetAsEntry: vi.fn(() => entry),
18 });
19}
20
21function stringItem(): DataTransferItem {
22 return buildDataTransferItem({

Callers 1

Calls 1

buildDataTransferItemFunction · 0.90

Tested by

no test coverage detected