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

Function isLine

tools/pythonauto/static/codemirror/codemirror.js:2558–2558  ·  view source on GitHub ↗
(doc, l)

Source from the content-addressed store, hash-verified

2556 else return pos;
2557 }
2558 function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size;}
2559
2560 // If shift is held, this will move the selection anchor. Otherwise,
2561 // it'll set the whole selection.

Callers 2

codemirror.jsFile · 0.70
stretchSpansOverChangeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected