Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
interface
FileSystemFileHandle extends FileSystemHandle {
13
kind:
'file'
;
14
getFile(): Promise<File>;
15
}
16
17
interface
FileSystemDirectoryHandle extends FileSystemHandle {
Callers
2
scanDirectoryHandle
Function · 0.65
builders.test.ts
File · 0.65
Implementers
2
TestFileSystemFileHandle
src/test/builders/fileFakes.ts
TestFileSystemDirectoryEntry
src/test/builders/fileFakes.ts
Calls
no outgoing calls
Tested by
no test coverage detected