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

Method getBranch

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

Source from the content-addressed store, hash-verified

902 getProblems(fileUri?: string | undefined): Promise<Problem[]>;
903
904 getBranch(dir: string): Promise<string>;
905
906 getTags(artifactId: string): Promise<IndexTag[]>;
907

Callers 5

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