MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getOrder

Function getOrder

static/editor.md/lib/codemirror/lib/codemirror.js:7629–7633  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

7627 // false for lines that are fully left-to-right, and an array of
7628 // BidiSpan objects otherwise.
7629 function getOrder(line) {
7630 var order = line.order;
7631 if (order == null) order = line.order = bidiOrdering(line.text);
7632 return order;
7633 }
7634
7635 // HISTORY
7636

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected