MCPcopy
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

viewSubdirectoryImplFunction · 0.65
createNewFileImplFunction · 0.65
initializeListenersMethod · 0.65
loadJsonMcpConfigsFunction · 0.65
createNewPromptFileV2Function · 0.65
getPromptFilesFromDirFunction · 0.65
isUriWithinWorkspaceFunction · 0.65
startLocalOllamaFunction · 0.65
resolveRelativePathInDirFunction · 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