MCPcopy Create free account
hub / github.com/breck7/scroll / extraRight

Function extraRight

external/.scrollLibs.js:1402–1404  ·  view source on GitHub ↗
(marker)

Source from the content-addressed store, hash-verified

1400 return marker.inclusiveLeft ? -1 : 0
1401 }
1402 function extraRight(marker) {
1403 return marker.inclusiveRight ? 1 : 0
1404 }
1405
1406 // Returns a number indicating which of two overlapping collapsed
1407 // 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