Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createRuleBlockImpl
Function · 0.65
createNewFileImpl
Function · 0.65
initializeListeners
Method · 0.65
testAutocompleteFiltering
Function · 0.65
createNewPromptFileV2
Function · 0.65
writeFile
Method · 0.65
shareSession
Function · 0.65
createNewAssistantFile
Function · 0.65
createNewWorkspaceBlockFile
Function · 0.65
createNewGlobalRuleFile
Function · 0.65
ensurePermissionsYamlExists
Function · 0.65
addPolicyToYaml
Function · 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