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

Class CBMScope

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

Source from the content-addressed store, hash-verified

26
27typedef struct CBMScope {
28 struct CBMScope* parent;
29 CBMScopeChunk* chunks;
30 CBMArena* arena; // owning arena, propagated to children at push time
31} CBMScope;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected