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

Function ui_delete_fixture_cleanup

tests/test_httpd.c:470–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470static void ui_delete_fixture_cleanup(ui_delete_fixture_t *fx) {
471 if (fx->watcher)
472 cbm_watcher_free(fx->watcher);
473 if (fx->store)
474 cbm_store_close(fx->store);
475 if (fx->saved_cache_dir) {
476 cbm_setenv("CBM_CACHE_DIR", fx->saved_cache_dir, 1);
477 free(fx->saved_cache_dir);
478 } else {
479 cbm_unsetenv("CBM_CACHE_DIR");
480 }
481 th_cleanup(fx->tmpdir);
482}
483
484static void ui_delete_db_path(const ui_delete_fixture_t *fx, const char *project, char *out,
485 size_t outsz) {

Callers 1

test_httpd.cFile · 0.85

Calls 5

cbm_watcher_freeFunction · 0.85
cbm_store_closeFunction · 0.85
cbm_setenvFunction · 0.85
cbm_unsetenvFunction · 0.85
th_cleanupFunction · 0.85

Tested by

no test coverage detected