MCPcopy Create free account
hub / github.com/idank/explainshell / register

Method register

explainshell/extraction/runner.py:64–66  ·  view source on GitHub ↗
(self, bp: Any, client: Any, job_id: str)

Source from the content-addressed store, hash-verified

62 self.stop_event = threading.Event()
63
64 def register(self, bp: Any, client: Any, job_id: str) -> None:
65 with self._lock:
66 self._batches.append((bp, client, job_id))
67
68 def deregister(self, job_id: str) -> None:
69 with self._lock:

Callers 1

_process_one_batchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected