Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
interface
GitAPI {
29
toGitUri(uri: vscode.Uri, ref: string): vscode.Uri;
30
getRepository(uri: vscode.Uri): Repository | null;
31
}
32
33
export
let
api: GitAPI;
Callers
2
getStepFileUri
Function · 0.80
promptForTourRef
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected