MCPcopy Index your code
hub / github.com/github/awesome-copilot / $

Function $

extensions/java-modernization-studio/renderer.mjs:211–211  ·  view source on GitHub ↗
(sel)

Source from the content-addressed store, hash-verified

209 let autopilotRunning = false;
210
211 const $ = (sel) => document.querySelector(sel);
212 const esc = (s) =>
213 String(s == null ? "" : s).replace(/[&<>"']/g, (c) =>
214 ({ "&": "&amp;", "<": "&lt;", ">": "&gt;", '"': "&quot;", "'": "&#39;" }[c])

Callers 3

toastFunction · 0.85
renderFunction · 0.85
renderHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected