MCPcopy
hub / github.com/witheve/Eve / lineLeft

Function lineLeft

src/codemirror.js:8642–8642  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

8640 function bidiRight(part) { return part.level % 2 ? part.from : part.to; }
8641
8642 function lineLeft(line) { var order = getOrder(line); return order ? bidiLeft(order[0]) : 0; }
8643 function lineRight(line) {
8644 var order = getOrder(line);
8645 if (!order) return line.text.length;

Callers 3

coordsCharInnerFunction · 0.85
lineStartFunction · 0.85
lineEndFunction · 0.85

Calls 2

getOrderFunction · 0.85
bidiLeftFunction · 0.85

Tested by

no test coverage detected