MCPcopy Index your code
hub / github.com/idank/explainshell / deregister

Method deregister

explainshell/extraction/runner.py:68–70  ·  view source on GitHub ↗
(self, job_id: str)

Source from the content-addressed store, hash-verified

66 self._batches.append((bp, client, job_id))
67
68 def deregister(self, job_id: str) -> None:
69 with self._lock:
70 self._batches = [(b, c, j) for b, c, j in self._batches if j != job_id]
71
72 def cancel_all(self) -> None:
73 self.stop_event.set()

Callers 1

_process_one_batchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected