Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderCapabilityBadges
Function · 0.70
renderList
Function · 0.70
Calls
1
escapeHTML
Function · 0.85
Tested by
no test coverage detected