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

Function run_parallel

tests/test_parallel.c:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static 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

Callers 2

ensure_parity_setupFunction · 0.85
test_parallel.cFile · 0.85

Calls 1

Tested by

no test coverage detected