Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ readFile
Method
readFile
src/common/fsUtils.ts:145–145 ·
view source on GitHub ↗
* Gets the file contents. * @throws if the path does not exist
(path: string)
Source
from the content-addressed store, hash-verified
143
* @throws
if
the path does not exist
144
*/
145
readFile(path: string): Promise<Buffer>;
146
}
147
148
/**
Callers
15
openDiagnosticTool
Method · 0.65
openProfileFile
Method · 0.65
getFileLines
Method · 0.65
loadJSON
Function · 0.65
readExtensionPackageJson
Function · 0.65
isVsCodeLocked
Function · 0.65
readfile
Function · 0.65
readFileRaw
Function · 0.65
readFile
Method · 0.65
readFile
Method · 0.65
index.test.ts
File · 0.65
handle
Function · 0.65
Implementers
3
LocalFsUtils
src/common/fsUtils.ts
RemoteFsThroughDapUtils
src/common/fsUtils.ts
LocalAndRemoteFsUtils
src/common/fsUtils.ts
Calls
no outgoing calls
Tested by
1
upperCaseContents
Function · 0.52