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

Function collapsedSpanAtStart

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

Source from the content-addressed store, hash-verified

1509 return found
1510 }
1511 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true) }
1512 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false) }
1513
1514 function collapsedSpanAround(line, ch) {

Callers 2

visualLineFunction · 0.85
lineLengthFunction · 0.85

Calls 1

collapsedSpanAtSideFunction · 0.85

Tested by

no test coverage detected