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

Function cbm_impltrait_push

internal/cbm/cbm.c:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void cbm_impltrait_push(CBMImplTraitArray *arr, CBMArena *a, CBMImplTrait it) {
177 GROW_ARRAY(arr, a);
178 arr->items[arr->count++] = it;
179}
180
181void cbm_resolvedcall_push(CBMResolvedCallArray *arr, CBMArena *a, CBMResolvedCall rc) {
182 GROW_ARRAY(arr, a);

Callers 1

extract_rust_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected