MCPcopy
hub / github.com/witheve/Eve / extraRight

Function extraRight

src/codemirror.js:6537–6537  ·  view source on GitHub ↗
(marker)

Source from the content-addressed store, hash-verified

6535 // counts as the larger one.
6536 function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; }
6537 function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; }
6538
6539 // Returns a number indicating which of two overlapping collapsed
6540 // 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