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

Function cbm_calls_push

internal/cbm/cbm.c:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void cbm_calls_push(CBMCallArray *arr, CBMArena *a, CBMCall call) {
127 GROW_ARRAY(arr, a);
128 arr->items[arr->count++] = call;
129}
130
131void cbm_imports_push(CBMImportArray *arr, CBMArena *a, CBMImport imp) {
132 GROW_ARRAY(arr, a);

Callers 9

kt_push_implicit_callFunction · 0.85
handle_callsFunction · 0.85
py_emit_dunder_callFunction · 0.85
rust_inject_syn_callFunction · 0.85
kt_inject_delegate_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected