| 1 | import type { PrismaClient, Repo } from '@sourcebot/db'; |
| 2 | import { RepoIndexingJobStatus, RepoIndexingJobType } from '@sourcebot/db'; |
| 3 | import type { Job } from 'bullmq'; |
| 4 | import type { Redis } from 'ioredis'; |
nothing calls this directly
no test coverage detected