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

Interface RepositoryState

src/git.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface RepositoryState {
20 readonly HEAD: Ref | undefined;
21 readonly refs: Ref[];
22}
23
24export interface Repository {
25 readonly state: RepositoryState;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected