MCPcopy
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

createNewFileImplFunction · 0.65
initializeListenersMethod · 0.65
saveFileMethod · 0.65
processDiffFunction · 0.65
constructorMethod · 0.65
registerHandlersMethod · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by 1

registerHandlersMethod · 0.52