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

Class CBMModuleDefIndex

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

Source from the content-addressed store, hash-verified

1377 * to shrink the def array passed to the LSP from O(all_defs) to
1378 * O(relevant_defs). NULL → each file sees the full all_defs[]. */
1379 struct CBMModuleDefIndex *module_def_index;
1380 /* Tier 2 full: pre-built per-language registries (project-wide,
1381 * finalized, READ-ONLY). When non-NULL for a lang, the worker uses
1382 * cbm_run_X_lsp_cross_with_registry — skip per-file build entirely.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected