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

Function free_edge_strings

src/graph_buffer/graph_buffer.c:263–265  ·  view source on GitHub ↗

Free a single edge's owned strings. type is interned (pool-owned) — NOT * freed here; the pool frees it once in cbm_gbuf_free. */

Source from the content-addressed store, hash-verified

261/* Free a single edge's owned strings. type is interned (pool-owned) — NOT
262 * freed here; the pool frees it once in cbm_gbuf_free. */
263static void free_edge_strings(cbm_gbuf_edge_t *e) {
264 free(e->properties_json);
265}
266
267/* Allocate the next buffer-local or shared-atomic ID. */
268static int64_t alloc_next_id(cbm_gbuf_t *gb) {

Callers 3

cascade_delete_edgesFunction · 0.85
cbm_gbuf_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected