Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ CBMScopeChunk
Class
CBMScopeChunk
internal/cbm/lsp/scope.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
CBMVarBinding bindings[CBM_SCOPE_CHUNK_BINDINGS];
23
int used;
24
struct CBMScopeChunk* next;
25
} CBMScopeChunk;
26
27
typedef struct CBMScope {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected