MCPcopy Create free account
hub / github.com/BrainicHQ/DoHSpeedTest / openDrawer

Function openDrawer

script.js:332–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330const overlay = $('drawerOverlay');
331
332function openDrawer() {
333 overlay.classList.remove('hidden');
334 requestAnimationFrame(() => {
335 overlay.style.opacity = '1';
336 drawer.style.transform = 'translateX(0)';
337 });
338 renderHostsList();
339 renderDoHList();
340}
341
342function closeDrawer() {
343 overlay.style.opacity = '0';

Callers

nothing calls this directly

Calls 2

renderHostsListFunction · 0.85
renderDoHListFunction · 0.85

Tested by

no test coverage detected