()
| 179 | private completedChunks: Map<string, Set<string>> = new Map(); |
| 180 | |
| 181 | private constructor() { |
| 182 | this.startWorkers(); |
| 183 | } |
| 184 | |
| 185 | static getInstance(): ImportQueue { |
| 186 | if (!ImportQueue.instance) { |
nothing calls this directly
no test coverage detected