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

Method getFile

src/vite-env.d.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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