| 1 | import { GerritConnectionConfig } from "@sourcebot/schemas/v3/index.type"; |
| 2 | import { createLogger } from '@sourcebot/shared'; |
| 3 | import fetch from 'cross-fetch'; |
| 4 | import micromatch from "micromatch"; |
nothing calls this directly
no test coverage detected