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

Method _run

tests/extraction/test_runner.py:670–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668 run_result: dict[str, object] = {}
669
670 def _run() -> None:
671 try:
672 batch, result_files = run_collected(ext, files, jobs=2)
673 except Exception as e: # pragma: no cover - test harness plumbing
674 run_result["error"] = e
675 return
676 run_result["batch"] = batch
677 run_result["files"] = result_files
678
679 worker = threading.Thread(target=_run)
680 with patch(

Callers

nothing calls this directly

Calls 1

run_collectedFunction · 0.90

Tested by

no test coverage detected