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

Method getCurrentFile

core/index.d.ts:885–885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

883 getOpenFiles(): Promise<string[]>;
884
885 getCurrentFile(): Promise<
886 | undefined
887 | {
888 isUntitled: boolean;

Callers 9

initializeListenersMethod · 0.65
getContextItemsMethod · 0.65
getWorkspacePathMethod · 0.65
getFileUriToApplyToFunction · 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