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

Function cbm_resolvedcall_push

internal/cbm/cbm.c:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void cbm_resolvedcall_push(CBMResolvedCallArray *arr, CBMArena *a, CBMResolvedCall rc) {
182 GROW_ARRAY(arr, a);
183 arr->items[arr->count++] = rc;
184}
185
186void cbm_channels_push(CBMChannelArray *arr, CBMArena *a, CBMChannel ch) {
187 GROW_ARRAY(arr, a);

Callers 15

emit_unresolvedFunction · 0.85
c_emit_unresolved_callFunction · 0.85
go_emit_resolved_kindFunction · 0.85

Calls

no outgoing calls