MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / run_parallel

Function run_parallel

tests/test_parallel.c:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static 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

Callers 3

ensure_parity_setupFunction · 0.85
test_parallel.cFile · 0.85

Calls 1

Tested by

no test coverage detected