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

Function cbm_usages_push

internal/cbm/cbm.c:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void cbm_usages_push(CBMUsageArray *arr, CBMArena *a, CBMUsage usage) {
137 GROW_ARRAY(arr, a);
138 arr->items[arr->count++] = usage;
139}
140
141void cbm_throws_push(CBMThrowArray *arr, CBMArena *a, CBMThrow thr) {
142 GROW_ARRAY(arr, a);

Callers 6

try_emit_usageFunction · 0.85
handle_usagesFunction · 0.85

Calls

no outgoing calls