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

Function compareBidiLevel

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

Source from the content-addressed store, hash-verified

7225 }
7226
7227 function compareBidiLevel(order, a, b) {
7228 var linedir = order[0].level;
7229 if (a == linedir) return true;
7230 if (b == linedir) return false;
7231 return a < b;
7232 }
7233 var bidiOther;
7234 function getBidiPartAt(order, pos) {
7235 bidiOther = null;

Callers 1

getBidiPartAtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected