MCPcopy Create free account
hub / github.com/zhongsp/TypeScript / showResults

Function showResults

docs/searcher.js:381–387  ·  view source on GitHub ↗
(yes)

Source from the content-addressed store, hash-verified

379 }
380
381 function showResults(yes) {
382 if (yes) {
383 searchresults_outer.classList.remove('hidden');
384 } else {
385 searchresults_outer.classList.add('hidden');
386 }
387 }
388
389 // Eventhandler for search icon
390 function searchIconClickHandler() {

Callers 2

searchbarKeyUpHandlerFunction · 0.85
doSearchFunction · 0.85

Calls 1

addMethod · 0.80

Tested by

no test coverage detected