MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / updateClearSearchResultsButtonStatus

Function updateClearSearchResultsButtonStatus

electron/renderer.js:220–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218const clearSearchResultsButton =
219 document.getElementById('clear-search-results');
220function updateClearSearchResultsButtonStatus() {
221 clearSearchResultsButton.style.display =
222 searchResultsDiv.firstChild ? 'block' : 'none';
223}
224updateClearSearchResultsButtonStatus();
225
226clearSearchResultsButton.addEventListener('click', () => {

Callers 2

createFoundCardFunction · 0.85
renderer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected