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

Function cbm_impltrait_push

internal/cbm/cbm.c:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

extract_rust_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected