| 363 | } |
| 364 | |
| 365 | static cbm_gbuf_t *run_parallel(const char *project, const char *repo_path, cbm_file_info_t *files, |
| 366 | int file_count, int worker_count) { |
| 367 | return run_parallel_with_extract_opts(project, repo_path, files, file_count, worker_count, |
| 368 | NULL); |
| 369 | } |
| 370 | |
| 371 | /* ── Parity Tests ─────────────────────────────────────────────────── */ |
| 372 |
no test coverage detected