MCPcopy
hub / github.com/DHTMLX/gantt / update

Function update

samples/common/codehighlight/codemirror.js:4716–4719  ·  view source on GitHub ↗
(line, text, spans)

Source from the content-addressed store, hash-verified

4714 function updateDoc(doc, change, markedSpans, estimateHeight) {
4715 function spansFor(n) {return markedSpans ? markedSpans[n] : null}
4716 function update(line, text, spans) {
4717 updateLine(line, text, spans, estimateHeight);
4718 signalLater(line, "change", line, change);
4719 }
4720 function linesFor(start, end) {
4721 var result = [];
4722 for (var i = start; i < end; ++i)

Callers 1

updateDocFunction · 0.85

Calls 2

updateLineFunction · 0.85
signalLaterFunction · 0.85

Tested by

no test coverage detected