| 160 | static char tf_home_sentinel[512]; |
| 161 | |
| 162 | static 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 |
nothing calls this directly
no test coverage detected