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

Function bidiRight

src/codemirror.js:8640–8640  ·  view source on GitHub ↗
(part)

Source from the content-addressed store, hash-verified

8638
8639 function bidiLeft(part) { return part.level % 2 ? part.to : part.from; }
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) {

Callers 2

getBidiFunction · 0.85
lineRightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected