MCPcopy Index your code
hub / github.com/DHTMLX/gantt / addText

Function addText

samples/common/codehighlight/codemirror.js:9174–9179  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

9172 }
9173 }
9174 function addText(str) {
9175 if (str) {
9176 close();
9177 text += str;
9178 }
9179 }
9180 function walk(node) {
9181 if (node.nodeType == 1) {
9182 var cmText = node.getAttribute("cm-text");

Callers 1

walkFunction · 0.85

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected