MCPcopy Create free account
hub / github.com/error311/FileRise / esc

Function esc

public/js/adminPanel.js:1826–1826  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1824 };
1825
1826 const esc = (val) => escapeHTML(val == null ? '' : String(val));
1827 const getCsrf = () =>
1828 document.querySelector('meta[name="csrf-token"]')?.content ||
1829 window.csrfToken ||

Callers 2

renderCapabilityBadgesFunction · 0.70
renderListFunction · 0.70

Calls 1

escapeHTMLFunction · 0.85

Tested by

no test coverage detected