MCPcopy Index your code
hub / github.com/continuedev/continue / getRepoName

Method getRepoName

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

Source from the content-addressed store, hash-verified

906 getTags(artifactId: string): Promise<IndexTag[]>;
907
908 getRepoName(dir: string): Promise<string | undefined>;
909
910 showToast(
911 type: ToastType,

Callers 7

initializeListenersMethod · 0.65
refreshFileMethod · 0.65
refreshDirsMethod · 0.65
createNextEditOutcomeFunction · 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