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

Function cbm_project_free_fields

src/store/store.c:8324–8328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8322}
8323
8324void cbm_project_free_fields(cbm_project_t *p) {
8325 safe_str_free(&p->name);
8326 safe_str_free(&p->indexed_at);
8327 safe_str_free(&p->root_path);
8328}
8329
8330void cbm_store_free_projects(cbm_project_t *projects, int count) {
8331 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