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

Function _do_one

explainshell/extraction/runner.py:204–207  ·  view source on GitHub ↗
(gz_path: str)

Source from the content-addressed store, hash-verified

202 batch = BatchResult()
203
204 def _do_one(gz_path: str) -> ExtractionResult:
205 if on_start:
206 on_start(gz_path)
207 return _extract_one(extractor, gz_path)
208
209 executor = concurrent.futures.ThreadPoolExecutor(max_workers=jobs)
210 try:

Callers

nothing calls this directly

Calls 2

on_startFunction · 0.85
_extract_oneFunction · 0.85

Tested by

no test coverage detected