MCPcopy 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
33void cbm_macro_table_free(CBMMacroTable *t) {
34 if (!t)
35 return;
36 cbm_arena_destroy(&t->arena);
37 free(t);
38}
39
40void cbm_macro_table_init_system(CBMMacroTable *t) {
41 t->count = 0;

Callers 3

cbm_parallel_extract_exFunction · 0.85
run_sequential_pipelineFunction · 0.85

Calls 1

cbm_arena_destroyFunction · 0.70

Tested by

no test coverage detected