| 183 | } |
| 184 | |
| 185 | static cbm_gbuf_t *run_parallel(const char *project, const char *repo_path, cbm_file_info_t *files, |
| 186 | int file_count, int worker_count) { |
| 187 | return run_parallel_with_extract_opts(project, repo_path, files, file_count, worker_count, |
| 188 | NULL); |
| 189 | } |
| 190 | |
| 191 | /* ── Parity Tests ─────────────────────────────────────────────────── */ |
| 192 |
no test coverage detected