Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ readFile
Method
readFile
core/index.d.ts:877–877 ·
view source on GitHub ↗
(fileUri: string)
Source
from the content-addressed store, hash-verified
875
saveFile(fileUri: string): Promise<void>;
876
877
readFile(fileUri: string): Promise<string>;
878
879
readRangeInFile(fileUri: string, range: Range): Promise<string>;
880
Callers
15
readFileImpl
Function · 0.65
singleFindAndReplace.ts
File · 0.65
multiEdit.ts
File · 0.65
getEntriesFilteredByIgnore
Function · 0.65
exploreDirectory
Function · 0.65
initializeListeners
Method · 0.65
update
Method · 0.65
getIndexPlan
Function · 0.65
getGitIgnorePatterns
Function · 0.65
getContinueIgnorePatterns
Function · 0.65
refreshFile
Method · 0.65
indexFiles
Method · 0.65
Implementers
3
MessageIde
core/protocol/messenger/messageIde.ts
FileSystemIde
core/util/filesystem.ts
VsCodeIde
extensions/vscode/src/VsCodeIde.ts
Calls
no outgoing calls
Tested by
2
getIndexPlan
Function · 0.52
registerHandlers
Method · 0.52