Push an edge pointer into a dynamic array (wraps macro to reduce CC contribution). */
| 364 | |
| 365 | /* Push an edge pointer into a dynamic array (wraps macro to reduce CC contribution). */ |
| 366 | static 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. */ |
| 371 | static void index_edge_by_key(CBMHashTable *ht, const char *key, cbm_gbuf_edge_t *edge) { |