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

Function cbm_node_free_fields

src/store/store.c:8293–8300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8291/* ── Memory management ──────────────────────────────────────────── */
8292
8293void cbm_node_free_fields(cbm_node_t *n) {
8294 safe_str_free(&n->project);
8295 safe_str_free(&n->label);
8296 safe_str_free(&n->name);
8297 safe_str_free(&n->qualified_name);
8298 safe_str_free(&n->file_path);
8299 safe_str_free(&n->properties_json);
8300}
8301
8302void cbm_store_free_nodes(cbm_node_t *nodes, int count) {
8303 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