Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stylizeElement
Function · 0.70
stylizeTextNode
Function · 0.70
stylizeProcessingInstruction
Function · 0.70
stylizeComment
Function · 0.70
stylizeCDATA
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected