(workerId: number)
| 825 | } |
| 826 | |
| 827 | private cleanupWorkerAssignment(workerId: number): void { |
| 828 | this.workerJobAssignment.delete(workerId); |
| 829 | } |
| 830 | |
| 831 | private handleChunkCompletion(chunkId: string, success: boolean): void { |
| 832 | const chunk = this.workChunks.get(chunkId); |
no outgoing calls
no test coverage detected