MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-aria/test/dnd/mocks.js:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export class FileSystemFileEntry {
40 constructor(file) {
41 this.isFile = true;
42 this.isDirectory = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected