MCPcopy Create free account
hub / github.com/alignoth/alignoth / Lm

Function Lm

resources/vega.min.js:13111–13121  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

13109 return t.zindex - e.zindex || t.index - e.index;
13110 }
13111 function Lm(t) {
13112 if (!t.zdirty) return t.zitems;
13113 var e,
13114 n,
13115 r,
13116 i = t.items,
13117 o = [];
13118 for (n = 0, r = i.length; n < r; ++n)
13119 (((e = i[n]).index = n), e.zindex && o.push(e));
13120 return ((t.zdirty = !1), (t.zitems = o.sort(Rm)));
13121 }
13122 function Um(t, e) {
13123 var n,
13124 r,

Callers 2

UmFunction · 0.70
qmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected