MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / GerritProjectInfo

Interface GerritProjectInfo

packages/backend/src/gerrit.ts:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13type GerritProjectState = 'ACTIVE' | 'READ_ONLY' | 'HIDDEN';
14
15interface GerritProjectInfo {
16 id: string;
17 state?: GerritProjectState;
18 web_links?: GerritWebLink[];
19}
20
21interface GerritProject {
22 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected