Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeClash-ai/CodeClash
/ escapeHtml
Function
escapeHtml
codeclash/viewer/static/js/trajectory.js:322–326 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
320
}
321
322
function
escapeHtml(text) {
323
const
div = document.createElement(
"div"
);
324
div.textContent = text;
325
return
div.innerHTML;
326
}
Callers
4
createFullContentHTML
Function · 0.70
createPreviewContentHTML
Function · 0.70
createComplexContentHTML
Function · 0.70
createToolCallContentHTML
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected