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

Function visualLineEnd

samples/common/codehighlight/codemirror.js:1554–1559  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

1552 }
1553
1554 function visualLineEnd(line) {
1555 var merged;
1556 while (merged = collapsedSpanAtEnd(line))
1557 { line = merged.find(1, true).line; }
1558 return line
1559 }
1560
1561 // Returns an array of logical lines that continue the visual line
1562 // started by the argument, or undefined if there are no such lines.

Callers 1

lineEndFunction · 0.85

Calls 1

collapsedSpanAtEndFunction · 0.85

Tested by

no test coverage detected