MCPcopy
hub / github.com/stemdeckapp/stemdeck / hideSuggest

Function hideSuggest

static/js/catalog.js:1436–1438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1434 const suggest = document.getElementById("tagSuggest");
1435
1436 function hideSuggest() {
1437 if (suggest) suggest.innerHTML = "";
1438 }
1439
1440 function showTagSuggestions(prefix) {
1441 if (!suggest) return;

Callers 2

showTagSuggestionsFunction · 0.85
wireCatalogSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected