MCPcopy Create free account
hub / github.com/TruthHun/BookStack / extraRight

Function extraRight

static/editor.md/lib/codemirror/lib/codemirror.js:6310–6310  ·  view source on GitHub ↗
(marker)

Source from the content-addressed store, hash-verified

6308 // counts as the larger one.
6309 function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; }
6310 function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; }
6311
6312 // Returns a number indicating which of two overlapping collapsed
6313 // spans is larger (and thus includes the other). Falls back to

Callers 2

compareCollapsedMarkersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected