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

Function extraRight

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

Source from the content-addressed store, hash-verified

1481 // counts as the larger one.
1482 function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0 }
1483 function extraRight(marker) { return marker.inclusiveRight ? 1 : 0 }
1484
1485 // Returns a number indicating which of two overlapping collapsed
1486 // spans is larger (and thus includes the other). Falls back to

Callers 2

compareCollapsedMarkersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected