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

Function tf_cleanup_cache_sentinel

tests/test_main.c:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160static char tf_home_sentinel[512];
161
162static void tf_cleanup_cache_sentinel(void) {
163 if (tf_home_sentinel[0]) {
164 th_rmtree(tf_home_sentinel);
165 }
166}
167
168/* Client home overrides the CLI honours BEFORE $HOME, so redirecting HOME alone
169 * does not isolate them: cbm_codex_config_dir() and its siblings return the

Callers

nothing calls this directly

Calls 1

th_rmtreeFunction · 0.85

Tested by

no test coverage detected