()
| 4991 | // warmUpSearch(); |
| 4992 | // This just starts fetching Fuse in the background. |
| 4993 | export function warmUpSearch() { |
| 4994 | lazyLoadFuse().catch(() => {/* ignore; we’ll fall back */ }); |
| 4995 | } |
| 4996 | |
| 4997 | // Lazy + backward-compatible search |
| 4998 | function searchFiles(searchTerm) { |
nothing calls this directly
no test coverage detected