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

Function $

script.js:254–254  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

252// ─── DOM References ──────────────────────────────────────────────────────────
253
254const $ = (id) => document.getElementById(id);
255const checkButton = $('checkButton');
256const btnIcon = $('btnIcon');
257const btnText = $('btnText');

Callers 5

script.jsFile · 0.85
showToastFunction · 0.85
renderHostsListFunction · 0.85
renderDoHListFunction · 0.85
updateChartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected