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

Function cbm_project_free_fields

src/store/store.c:8341–8345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8339}
8340
8341void cbm_project_free_fields(cbm_project_t *p) {
8342 safe_str_free(&p->name);
8343 safe_str_free(&p->indexed_at);
8344 safe_str_free(&p->root_path);
8345}
8346
8347void cbm_store_free_projects(cbm_project_t *projects, int count) {
8348 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