Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ output.js
File
output.js
lib/web/output.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
escapeHtml(str) {
2
var
div = document.createElement(
'div'
);
3
div.appendChild(document.createTextNode(str));
4
return
div.innerHTML;
Callers
nothing calls this directly
Calls
5
clearOutputs
Function · 0.85
clearOutputsOlderThan
Function · 0.85
appendRemoteOutputToLine
Function · 0.85
log
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected