MCPcopy Index your code
hub / github.com/csev/py4e / extraLeft

Function extraLeft

tools/pythonauto/static/codemirrorepl/codemirror.js:5302–5302  ·  view source on GitHub ↗
(marker)

Source from the content-addressed store, hash-verified

5300 // Helpers used when computing which overlapping collapsed span
5301 // counts as the larger one.
5302 function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; }
5303 function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; }
5304
5305 // Returns a number indicating which of two overlapping collapsed

Callers 2

compareCollapsedMarkersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected