| 50 | const MAX_CONCURRENT_DOWNLOADS = 10; |
| 51 | |
| 52 | export default class GitLab implements Implementation { |
| 53 | lock: AsyncLock; |
| 54 | api: API | null; |
| 55 | updateUserCredentials: (args: { token: string; refresh_token?: string }) => Promise<null>; |
nothing calls this directly
no outgoing calls
no test coverage detected