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

Class CBMModuleDefIndex

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

Source from the content-addressed store, hash-verified

1387 * to shrink the def array passed to the LSP from O(all_defs) to
1388 * O(relevant_defs). NULL → each file sees the full all_defs[]. */
1389 struct CBMModuleDefIndex *module_def_index;
1390 /* Tier 2 full: pre-built per-language registries (project-wide,
1391 * finalized, READ-ONLY). When non-NULL for a lang, the worker uses
1392 * 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