MCPcopy Index your code
hub / github.com/csev/py4e / compareBidiLevel

Function compareBidiLevel

tools/pythonauto/static/codemirror/codemirror.js:5858–5863  ·  view source on GitHub ↗
(order, a, b)

Source from the content-addressed store, hash-verified

5856 }
5857
5858 function compareBidiLevel(order, a, b) {
5859 var linedir = order[0].level;
5860 if (a == linedir) return true;
5861 if (b == linedir) return false;
5862 return a < b;
5863 }
5864 var bidiOther;
5865 function getBidiPartAt(order, pos) {
5866 bidiOther = null;

Callers 1

getBidiPartAtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected