MCPcopy
hub / github.com/continuedev/continue / writeFile

Method writeFile

core/index.d.ts:861–861  ·  view source on GitHub ↗
(path: string, contents: string)

Source from the content-addressed store, hash-verified

859 fileExists(fileUri: string): Promise<boolean>;
860
861 writeFile(path: string, contents: string): Promise<void>;
862
863 removeFile(path: string): Promise<void>;
864

Callers 15

createRuleBlockImplFunction · 0.65
createNewFileImplFunction · 0.65
initializeListenersMethod · 0.65
createNewPromptFileV2Function · 0.65
writeFileMethod · 0.65
shareSessionFunction · 0.65
createNewAssistantFileFunction · 0.65
createNewGlobalRuleFileFunction · 0.65
addPolicyToYamlFunction · 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