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

Function cbm_node_free_fields

src/store/store.c:6070–6077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6068/* ── Memory management ──────────────────────────────────────────── */
6069
6070void cbm_node_free_fields(cbm_node_t *n) {
6071 safe_str_free(&n->project);
6072 safe_str_free(&n->label);
6073 safe_str_free(&n->name);
6074 safe_str_free(&n->qualified_name);
6075 safe_str_free(&n->file_path);
6076 safe_str_free(&n->properties_json);
6077}
6078
6079void cbm_store_free_nodes(cbm_node_t *nodes, int count) {
6080 if (!nodes) {

Callers 8

cbm_store_free_nodesFunction · 0.85
test_simhash.cFile · 0.85
test_pipeline.cFile · 0.85
test_store_nodes.cFile · 0.85
ib_calls_from_labelFunction · 0.85

Calls 1

safe_str_freeFunction · 0.85

Tested by

no test coverage detected