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

Class CBMScopeChunk

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

Source from the content-addressed store, hash-verified

19#define CBM_SCOPE_CHUNK_BINDINGS 16
20
21typedef struct CBMScopeChunk {
22 CBMVarBinding bindings[CBM_SCOPE_CHUNK_BINDINGS];
23 int used;
24 struct CBMScopeChunk* next;
25} CBMScopeChunk;
26
27typedef struct CBMScope {
28 struct CBMScope* parent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected