MCPcopy Index your code
hub / github.com/microsoft/codetour / getRepository

Method getRepository

src/git.ts:30–30  ·  view source on GitHub ↗
(uri: vscode.Uri)

Source from the content-addressed store, hash-verified

28interface GitAPI {
29 toGitUri(uri: vscode.Uri, ref: string): vscode.Uri;
30 getRepository(uri: vscode.Uri): Repository | null;
31}
32
33export let api: GitAPI;

Callers 2

getStepFileUriFunction · 0.80
promptForTourRefFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected