MCPcopy Create free account
hub / github.com/Samirla/xmlview / processText

Function processText

src/renderer.js:150–152  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

148 return result.join('');
149 }
150
151 function processText(text) {
152 return xv_utils.escapeHTML(xv_utils.trim(text));
153 }
154
155 /**

Callers 5

stylizeElementFunction · 0.70
stylizeTextNodeFunction · 0.70
stylizeCommentFunction · 0.70
stylizeCDATAFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected