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

Function cbm_infrabinding_push

internal/cbm/cbm.c:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void cbm_infrabinding_push(CBMInfraBindingArray *arr, CBMArena *a, CBMInfraBinding ib) {
171 GROW_ARRAY(arr, a);
172 arr->items[arr->count++] = ib;
173}
174
175void cbm_impltrait_push(CBMImplTraitArray *arr, CBMArena *a, CBMImplTrait it) {
176 GROW_ARRAY(arr, a);

Callers 2

emit_infra_bindingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected