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

Function ui_delete_db_path

tests/test_httpd.c:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484static void ui_delete_db_path(const ui_delete_fixture_t *fx, const char *project, char *out,
485 size_t outsz) {
486 snprintf(out, outsz, "%s/%s.db", fx->cache_dir, project);
487}
488
489static int ui_delete_make_db_file(const ui_delete_fixture_t *fx, const char *project) {
490 char path[1024];

Callers 3

ui_delete_make_db_fileFunction · 0.85
ui_delete_make_sidecarsFunction · 0.85
test_httpd.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected