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

Function spansFor

samples/common/codehighlight/codemirror.js:4715–4715  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

4713 // Perform a change on the document data structure.
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);

Callers 2

linesForFunction · 0.85
updateDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected