Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ fileExists
Method
fileExists
core/index.d.ts:859–859 ·
view source on GitHub ↗
(fileUri: string)
Source
from the content-addressed store, hash-verified
857
getWorkspaceDirs(): Promise<string[]>;
858
859
fileExists(fileUri: string): Promise<boolean>;
860
861
writeFile(path: string, contents: string): Promise<void>;
862
Callers
15
registerMessageHandlers
Method · 0.65
viewSubdirectoryImpl
Function · 0.65
createNewFileImpl
Function · 0.65
getEntriesFilteredByIgnore
Function · 0.65
initializeListeners
Method · 0.65
CodebaseIndexer.test.ts
File · 0.65
loadJsonMcpConfigs
Function · 0.65
createNewPromptFileV2
Function · 0.65
getPromptFilesFromDir
Function · 0.65
isUriWithinWorkspace
Function · 0.65
startLocalOllama
Function · 0.65
resolveRelativePathInDir
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