MCPcopy
hub / github.com/github/awesome-copilot / esc

Function esc

extensions/java-modernization-studio/renderer.mjs:212–215  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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])
215 );
216
217 function toast(msg) {
218 const t = $("#toast");

Callers 15

statusBadgeFunction · 0.85
btnFunction · 0.85
overviewTabFunction · 0.85
assessmentTabFunction · 0.85
journeyHtmlFunction · 0.85
heroNextFunction · 0.85
findingCardFunction · 0.85
findingActionsFunction · 0.85
sevChipFunction · 0.85
autopilotStripFunction · 0.85
autopilotLogFunction · 0.85
planTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected