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

Function cbm_stringref_push

internal/cbm/cbm.c:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void cbm_stringref_push(CBMStringRefArray *arr, CBMArena *a, CBMStringRef sr) {
166 GROW_ARRAY(arr, a);
167 arr->items[arr->count++] = sr;
168}
169
170void cbm_infrabinding_push(CBMInfraBindingArray *arr, CBMArena *a, CBMInfraBinding ib) {
171 GROW_ARRAY(arr, a);

Callers 2

handle_string_refsFunction · 0.85
emit_yaml_leaf_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected