(doc, l)
| 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. |
no outgoing calls
no test coverage detected