(doc, l)
| 2290 | else return pos; |
| 2291 | } |
| 2292 | function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size;} |
| 2293 | |
| 2294 | // If shift is held, this will move the selection anchor. Otherwise, |
| 2295 | // it'll set the whole selection. |
no outgoing calls
no test coverage detected