MCPcopy Index your code
hub / github.com/tinyplex/tinybase / showResults

Function showResults

site/js/common/search.ts:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 const bindUI = () => {
108 nav.prepend(search);
109 const showResults = () =>
110 (input.value ? addClass : delClass)(results, 'show');
111 input.addEventListener('focus', showResults);
112 input.addEventListener('input', () => {
113 showResults();

Callers 1

bindUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…