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