Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_macro_table_free
Function
cbm_macro_table_free
internal/cbm/macro_table.c:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
{NULL, 0, NULL}};
32
33
void cbm_macro_table_free(CBMMacroTable *t) {
34
if (!t)
35
return;
36
cbm_arena_destroy(&t->arena);
37
free(t);
38
}
39
40
void cbm_macro_table_init_system(CBMMacroTable *t) {
41
t->count = 0;
Callers
3
cbm_parallel_extract_ex
Function · 0.85
run_sequential_pipeline
Function · 0.85
repro_call_node_behaviors.c
File · 0.85
Calls
1
cbm_arena_destroy
Function · 0.70
Tested by
no test coverage detected