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

Function free_edge_strings

src/graph_buffer/graph_buffer.c:259–261  ·  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

257/* Free a single edge's owned strings. type is interned (pool-owned) — NOT
258 * freed here; the pool frees it once in cbm_gbuf_free. */
259static void free_edge_strings(cbm_gbuf_edge_t *e) {
260 free(e->properties_json);
261}
262
263/* Allocate the next buffer-local or shared-atomic ID. */
264static 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