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

Function edge_array_push

src/graph_buffer/graph_buffer.c:366–368  ·  view source on GitHub ↗

Push an edge pointer into a dynamic array (wraps macro to reduce CC contribution). */

Source from the content-addressed store, hash-verified

364
365/* Push an edge pointer into a dynamic array (wraps macro to reduce CC contribution). */
366static void edge_array_push(edge_ptr_array_t *arr, const cbm_gbuf_edge_t *edge) {
367 cbm_da_push(arr, edge);
368}
369
370/* Index an edge by one key into a hash table bucket. */
371static void index_edge_by_key(CBMHashTable *ht, const char *key, cbm_gbuf_edge_t *edge) {

Callers 1

index_edge_by_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected