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

Function extraLeft

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

Source from the content-addressed store, hash-verified

4222 }
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) {

Callers 2

compareCollapsedMarkersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected