MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / handleText

Function handleText

modules/grabbag/grabbag.js:192–199  ·  view source on GitHub ↗
(textNode)

Source from the content-addressed store, hash-verified

190 }
191
192 function handleText(textNode) {
193 if(direction) {
194 textNode.nodeValue = replaceText(textNode.nodeValue);
195 } else {
196 textNode.nodeValue = fixText(textNode.nodeValue);
197 }
198
199 }
200
201 function replaceText(v)
202 {

Callers 1

walkFunction · 0.85

Calls 2

replaceTextFunction · 0.85
fixTextFunction · 0.85

Tested by

no test coverage detected