MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / _run_local_blocking

Function _run_local_blocking

app/pipeline/runner.py:166–169  ·  view source on GitHub ↗
(job: Job, source_path: Path, job_dir: Path)

Source from the content-addressed store, hash-verified

164
165
166def _run_local_blocking(job: Job, source_path: Path, job_dir: Path) -> None:
167 _check_cancel(job)
168 source = _prepare_local_source(job, source_path, job_dir)
169 _run_common(job, source, job_dir)
170
171
172def _write_metadata(job: Job, job_dir: Path) -> None:

Callers

nothing calls this directly

Calls 3

_check_cancelFunction · 0.85
_prepare_local_sourceFunction · 0.85
_run_commonFunction · 0.85

Tested by

no test coverage detected