MCPcopy
hub / github.com/stemdeckapp/stemdeck / _run_blocking

Function _run_blocking

app/pipeline/runner.py:160–163  ·  view source on GitHub ↗
(job: Job, url: str, job_dir: Path)

Source from the content-addressed store, hash-verified

158
159
160def _run_blocking(job: Job, url: str, job_dir: Path) -> None:
161 _check_cancel(job)
162 source = download(job, url, job_dir)
163 _run_common(job, source, job_dir)
164
165
166def _run_local_blocking(job: Job, source_path: Path, job_dir: Path) -> None:

Callers

nothing calls this directly

Calls 3

downloadFunction · 0.90
_check_cancelFunction · 0.85
_run_commonFunction · 0.85

Tested by

no test coverage detected