Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streetsidesoftware/cspell
/ readFile
Method
readFile
packages/cspell-types/src/IO.ts:8–8 ·
view source on GitHub ↗
(url: URL)
Source
from the content-addressed store, hash-verified
6
7
export
interface
VirtualFileSystem {
8
readFile(url: URL): Promise<FileResource>;
9
}
Callers
13
app.test.ts
File · 0.65
wordListCompiler.test.ts
File · 0.65
readFile
Function · 0.65
getPackageInfo
Function · 0.65
readFile
Function · 0.65
parser.perf.ts
File · 0.65
decodeTrie.test.ts
File · 0.65
readTextFile
Function · 0.65
readSampleFile
Function · 0.65
readSampleFile
Function · 0.65
readRawDictionaryFile
Function · 0.65
readConfiguration
Function · 0.65
Implementers
5
CSpellIONode
packages/cspell-io/src/CSpellIONode.ts
CSpellIOWeb
packages/cspell-io/src/CSpellIOWeb.ts
WrappedProviderFs
packages/cspell-io/src/VirtualFS/Wrapp
MemVFileSystem
packages/cspell-io/src/VirtualFS/MemVf
CFsCapabilities
packages/cspell-io/src/VirtualFS/capab
Calls
no outgoing calls
Tested by
6
readTextFile
Function · 0.52
readSampleFile
Function · 0.52
readSampleFile
Function · 0.52
readRawDictionaryFile
Function · 0.52
readConfiguration
Function · 0.52
readFile
Function · 0.52