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

Class CBMMacroTable

internal/cbm/macro_table.h:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14} CBMMacroEntry;
15
16typedef struct CBMMacroTable {
17 CBMMacroEntry entries[CBM_MACRO_TABLE_CAP];
18 int count;
19 CBMArena arena;
20} CBMMacroTable;
21
22// Add an entry. Silently drops on overflow.
23void cbm_macro_table_add(CBMMacroTable *t, CBMArena *arena, const char *name, int param_count,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected