MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / hideResults

Function hideResults

docs/script.js:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 let indexLoading = false;
280
281 const hideResults = () => {
282 docsSearchResults.classList.remove("is-visible");
283 docsSearchResults.innerHTML = "";
284 };
285
286 const renderResults = (results, query) => {
287 docsSearchResults.innerHTML = "";

Callers 3

renderResultsFunction · 0.85
performSearchFunction · 0.85
script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected