MCPcopy Create free account
hub / github.com/error311/FileRise / warmUpSearch

Function warmUpSearch

public/js/fileListView.js:4993–4995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

lazyLoadFuseFunction · 0.85

Tested by

no test coverage detected