| 234 | } |
| 235 | |
| 236 | static bool mcp_search_cache_close(mcp_search_cache_t *cache) { |
| 237 | restore_cache_dir(cache->saved_cache); |
| 238 | free(cache->saved_cache); |
| 239 | cache->saved_cache = NULL; |
| 240 | return th_rmtree(cache->path) == 0; |
| 241 | } |
| 242 | #endif |
| 243 | |
| 244 | typedef struct { |
no test coverage detected