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

Function cbm_node_free_fields

src/store/store.c:8310–8317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8308/* ── Memory management ──────────────────────────────────────────── */
8309
8310void cbm_node_free_fields(cbm_node_t *n) {
8311 safe_str_free(&n->project);
8312 safe_str_free(&n->label);
8313 safe_str_free(&n->name);
8314 safe_str_free(&n->qualified_name);
8315 safe_str_free(&n->file_path);
8316 safe_str_free(&n->properties_json);
8317}
8318
8319void cbm_store_free_nodes(cbm_node_t *nodes, int count) {
8320 if (!nodes) {

Callers 15

cbm_store_bfs_multiFunction · 0.85
cbm_store_free_nodesFunction · 0.85
test_simhash.cFile · 0.85
test_pipeline.cFile · 0.85
named_edge_countFunction · 0.85
named_edge_to_file_countFunction · 0.85
crc_edge_countFunction · 0.85

Calls 1

safe_str_freeFunction · 0.85

Tested by 6

named_edge_countFunction · 0.68
named_edge_to_file_countFunction · 0.68
crc_edge_countFunction · 0.68
calls_edge_betweenFunction · 0.68
calls_edge_targetsFunction · 0.68