MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / dragEventHasFiles

Function dragEventHasFiles

packages/client/src/app/AppShell.tsx:3523–3525  ·  view source on GitHub ↗
(dataTransfer: DataTransfer)

Source from the content-addressed store, hash-verified

3521}
3522
3523function dragEventHasFiles(dataTransfer: DataTransfer): boolean {
3524 return Array.from(dataTransfer.types).includes("Files");
3525}
3526
3527function installableAppKind(fileName: string): "apk" | "ipa" | null {
3528 const lower = fileName.trim().toLowerCase();

Callers 4

handleAppInstallDragOverFunction · 0.85
handleAppInstallDropFunction · 0.85

Calls 1

fromMethod · 0.80

Tested by

no test coverage detected