Phase 4: Parallel call/usage/semantic resolution. * Each worker resolves calls, usages, throws, rw, inherits, decorates, * and implements edges into per-worker edge bufs, then merges. * Runs Go-style implicit IMPLEMENTS as serial post-step. */ Opaque module-def index — defined in pass_lsp_cross.c. Forward-declared * here so we can include it in cbm_parallel_resolve's signature without * pulli
| 488 | * here so we can include it in cbm_parallel_resolve's signature without |
| 489 | * pulling the pass header into every consumer of pipeline_internal.h. */ |
| 490 | struct CBMModuleDefIndex; |
| 491 | |
| 492 | /* cbm_parallel_resolve's cross_registries param is typed `void*` to avoid |
| 493 | * pulling lsp/go_lsp.h into every TU that includes pipeline_internal.h. |
nothing calls this directly
no outgoing calls
no test coverage detected