MCPcopy
hub / github.com/DHTMLX/gantt / getOrder

Function getOrder

samples/common/codehighlight/codemirror.js:521–525  ·  view source on GitHub ↗
(line, direction)

Source from the content-addressed store, hash-verified

519 // false for lines that are fully left-to-right, and an array of
520 // BidiSpan objects otherwise.
521 function getOrder(line, direction) {
522 var order = line.order;
523 if (order == null) { order = line.order = bidiOrdering(line.text, direction); }
524 return order
525 }
526
527 // EVENT HANDLING
528

Callers 9

buildLineContentFunction · 0.85
cursorCoordsFunction · 0.85
coordsCharInnerFunction · 0.85
drawForLineFunction · 0.85
endOfLineFunction · 0.85
moveVisuallyFunction · 0.85
lineStartSmartFunction · 0.85
bidiSimplifyFunction · 0.85
posToDOMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected