MCPcopy
hub / github.com/csev/py4e / getOrder

Function getOrder

tools/pythonauto/static/codemirrorepl/codemirror.js:6527–6531  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6525 // false for lines that are fully left-to-right, and an array of
6526 // BidiSpan objects otherwise.
6527 function getOrder(line) {
6528 var order = line.order;
6529 if (order == null) order = line.order = bidiOrdering(line.text);
6530 return order;
6531 }
6532
6533 // HISTORY
6534

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected