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

Function cbm_parallel_extract

src/pipeline/pass_parallel.c:1187–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187int cbm_parallel_extract(cbm_pipeline_ctx_t *ctx, const cbm_file_info_t *files, int file_count,
1188 CBMFileResult **result_cache, _Atomic int64_t *shared_ids,
1189 int worker_count) {
1190 return cbm_parallel_extract_ex(ctx, files, file_count, result_cache, shared_ids, worker_count,
1191 NULL);
1192}
1193
1194/* ── Phase 3B: Serial Registry Build ─────────────────────────────── */
1195

Callers 7

run_extract_resolveFunction · 0.85
closure_probe_surfacesFunction · 0.85
run_parallel_pipelineFunction · 0.85
test_mem.cFile · 0.85
test_parallel.cFile · 0.85
test_vmem.cFile · 0.85

Calls 1

cbm_parallel_extract_exFunction · 0.85