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

Class CBMScope

internal/cbm/lsp/scope.h:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25} CBMScopeChunk;
26
27typedef struct CBMScope {
28 struct CBMScope* parent;
29 CBMScopeChunk* chunks;
30 CBMArena* arena; // owning arena, propagated to children at push time
31} CBMScope;
32
33// Bail-to-UNKNOWN depth for type-lookup chains: alias resolution, MRO walks,
34// embedded-field/struct-traversal. Exceeding this collapses to cbm_type_unknown

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected