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

Interface GerritProjects

packages/backend/src/gerrit.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7// https://gerrit-review.googlesource.com/Documentation/rest-api.html
8interface GerritProjects {
9 [projectName: string]: GerritProjectInfo;
10}
11
12// https://gerrit-review.googlesource.com/Documentation/rest-api-projects.html#:~:text=date%20upon%20submit.-,state,-optional
13type GerritProjectState = 'ACTIVE' | 'READ_ONLY' | 'HIDDEN';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected