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

Function isFileSystemDirectoryEntry

src/utils/fileScanning.ts:9–11  ·  view source on GitHub ↗
(entry: FileSystemEntry)

Source from the content-addressed store, hash-verified

7}
8
9function isFileSystemDirectoryEntry(entry: FileSystemEntry): entry is FileSystemDirectoryEntry {
10 return entry.isDirectory;
11}
12
13function isFileSystemFileHandle(entry: FileSystemHandle): entry is FileSystemFileHandle {
14 return entry.kind === 'file';

Callers 1

scanEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected