MCPcopy Create free account
hub / github.com/sql-js/sql.js / getOrder

Function getOrder

GUI/codemirror/lib/codemirror.js:6577–6581  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6575 // false for lines that are fully left-to-right, and an array of
6576 // BidiSpan objects otherwise.
6577 function getOrder(line) {
6578 var order = line.order;
6579 if (order == null) order = line.order = bidiOrdering(line.text);
6580 return order;
6581 }
6582
6583 // HISTORY
6584

Callers 10

drawForLineFunction · 0.85
cursorCoordsFunction · 0.85
coordsCharInnerFunction · 0.85
codemirror.jsFile · 0.85
buildLineContentFunction · 0.85
lineLeftFunction · 0.85
lineRightFunction · 0.85
lineStartFunction · 0.85
lineEndFunction · 0.85
moveVisuallyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…