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

Function ui_delete_db_path

tests/test_httpd.c:700–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700static void ui_delete_db_path(const ui_delete_fixture_t *fx, const char *project, char *out,
701 size_t outsz) {
702 snprintf(out, outsz, "%s/%s.db", fx->cache_dir, project);
703}
704
705static int ui_delete_make_db_file(const ui_delete_fixture_t *fx, const char *project) {
706 char path[1024];

Callers 5

ui_delete_make_db_fileFunction · 0.85
ui_delete_make_sidecarsFunction · 0.85
ui_adr_seedFunction · 0.85
ui_adr_equalsFunction · 0.85
test_httpd.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected