MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / _esc

Function _esc

static/js/sections.js:107–113  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

105}
106
107function _esc(str) {
108 return String(str)
109 .replace(/&/g, "&")
110 .replace(/</g, "&lt;")
111 .replace(/>/g, "&gt;")
112 .replace(/"/g, "&quot;");
113}
114
115// ─── Drag to move ─────────────────────────────────────────
116

Callers 1

_makeSectionElFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected