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

Function extraRight

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

Source from the content-addressed store, hash-verified

4223
4224 function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; }
4225 function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; }
4226
4227 function compareCollapsedMarkers(a, b) {
4228 var lenDiff = a.lines.length - b.lines.length;

Callers 2

compareCollapsedMarkersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected