MCPcopy Index your code
hub / github.com/witheve/Eve / compareBidiLevel

Function compareBidiLevel

src/codemirror.js:8679–8684  ·  view source on GitHub ↗
(order, a, b)

Source from the content-addressed store, hash-verified

8677 }
8678
8679 function compareBidiLevel(order, a, b) {
8680 var linedir = order[0].level;
8681 if (a == linedir) return true;
8682 if (b == linedir) return false;
8683 return a < b;
8684 }
8685 var bidiOther;
8686 function getBidiPartAt(order, pos) {
8687 bidiOther = null;

Callers 1

getBidiPartAtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected