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

Function cbm_usages_push

internal/cbm/cbm.c:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

try_emit_usageFunction · 0.85
handle_usagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected