MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / escapeHtml

Function escapeHtml

web/js/chat.js:767–771  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

765}
766
767function escapeHtml(text) {
768 const div = document.createElement("div");
769 div.textContent = text;
770 return div.innerHTML;
771}
772
773function scrollToBottom() {
774 const messages = document.getElementById("messages");

Callers 4

renderMarkdownFunction · 0.70
handleAgentEventFunction · 0.70
appendFileCardFunction · 0.70
appendMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected