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

Function cbm_project_free_fields

src/store/store.c:8231–8235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8229}
8230
8231void cbm_project_free_fields(cbm_project_t *p) {
8232 safe_str_free(&p->name);
8233 safe_str_free(&p->indexed_at);
8234 safe_str_free(&p->root_path);
8235}
8236
8237void cbm_store_free_projects(cbm_project_t *projects, int count) {
8238 if (!projects) {

Callers 11

cbm_store_free_projectsFunction · 0.85
resolve_store_internalFunction · 0.85
build_project_json_entryFunction · 0.85
verify_project_indexedFunction · 0.85
handle_get_graph_schemaFunction · 0.85
handle_repo_infoFunction · 0.85
test_store_bulk.cFile · 0.85
test_mcp.cFile · 0.85
test_store_nodes.cFile · 0.85

Calls 1

safe_str_freeFunction · 0.85

Tested by

no test coverage detected