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

Function isFileSystemDirectoryHandle

src/utils/fileScanning.ts:17–19  ·  view source on GitHub ↗
(entry: FileSystemHandle)

Source from the content-addressed store, hash-verified

15}
16
17function isFileSystemDirectoryHandle(entry: FileSystemHandle): entry is FileSystemDirectoryHandle {
18 return entry.kind === 'directory';
19}
20
21/**
22 * Recursively scan drag/drop FileSystemEntry trees from webkitGetAsEntry().

Callers 1

scanDirectoryHandleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected