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

Function collapsedSpanAtEnd

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

Source from the content-addressed store, hash-verified

1510 }
1511 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true) }
1512 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false) }
1513
1514 function collapsedSpanAround(line, ch) {
1515 var sps = sawCollapsedSpans && line.markedSpans, found;

Callers 4

visualLineEndFunction · 0.85
visualLineContinuedFunction · 0.85
visualLineEndNoFunction · 0.85
lineLengthFunction · 0.85

Calls 1

collapsedSpanAtSideFunction · 0.85

Tested by

no test coverage detected