MCPcopy Create free account
hub / github.com/0PandaDEV/Ziit / cleanupWorkerAssignment

Method cleanupWorkerAssignment

server/utils/import-queue.ts:827–829  ·  view source on GitHub ↗
(workerId: number)

Source from the content-addressed store, hash-verified

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);

Callers 4

handleWorkCompletionMethod · 0.95
createAsyncWorkerMethod · 0.95
processWorkChunkMethod · 0.95
processJobMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected