| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected