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

Class CBMModuleDefIndex

src/pipeline/pipeline_internal.h:490–490  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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. */
490struct 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected