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

Interface FileSystemFileHandle

src/vite-env.d.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface FileSystemFileHandle extends FileSystemHandle {
13 kind: 'file';
14 getFile(): Promise<File>;
15}
16
17interface FileSystemDirectoryHandle extends FileSystemHandle {
18 kind: 'directory';

Callers 2

scanDirectoryHandleFunction · 0.65
builders.test.tsFile · 0.65

Implementers 2

TestFileSystemFileHandlesrc/test/builders/fileFakes.ts
TestFileSystemDirectoryEntrysrc/test/builders/fileFakes.ts

Calls

no outgoing calls

Tested by

no test coverage detected