MCPcopy 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

1function 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

clearOutputsFunction · 0.85
clearOutputsOlderThanFunction · 0.85
appendRemoteOutputToLineFunction · 0.85
logMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected