MCPcopy Index your code
hub / github.com/witheve/Eve / getOrder

Function getOrder

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

Source from the content-addressed store, hash-verified

7890 // false for lines that are fully left-to-right, and an array of
7891 // BidiSpan objects otherwise.
7892 function getOrder(line) {
7893 var order = line.order;
7894 if (order == null) order = line.order = bidiOrdering(line.text);
7895 return order;
7896 }
7897
7898 // HISTORY
7899

Callers 11

posToDOMFunction · 0.85
drawForLineFunction · 0.85
cursorCoordsFunction · 0.85
coordsCharInnerFunction · 0.85
buildLineContentFunction · 0.85
lineLeftFunction · 0.85
lineRightFunction · 0.85
lineStartFunction · 0.85
lineEndFunction · 0.85
lineStartSmartFunction · 0.85
moveVisuallyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected