Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ saveFile
Method
saveFile
core/index.d.ts:875–875 ·
view source on GitHub ↗
(fileUri: string)
Source
from the content-addressed store, hash-verified
873
runCommand(command: string, options?: TerminalOptions): Promise<void>;
874
875
saveFile(fileUri: string): Promise<void>;
876
877
readFile(fileUri: string): Promise<string>;
878
Callers
6
createNewFileImpl
Function · 0.65
initializeListeners
Method · 0.65
saveFile
Method · 0.65
processDiff
Function · 0.65
constructor
Method · 0.65
registerHandlers
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
1
registerHandlers
Method · 0.52