MCPcopy Create free account
hub / github.com/codemistic/Web-Development / he

Function he

chart/js/chart.js:4666–4683  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

4664 return i(t ? ["left", "right"] : ["top", "bottom"]);
4665 }
4666 function he(t, e, n) {
4667 var i,
4668 a,
4669 r,
4670 o,
4671 s,
4672 l,
4673 u = [];
4674 for (i = 0, a = t.length; i < a; ++i)
4675 (o = (r = t[i]).box).update(
4676 r.width || e.w,
4677 r.height || e.h,
4678 de(r.horizontal, e)
4679 ),
4680 ue(e, n, r) && ((l = !0), u.length && (s = !0)),
4681 o.fullWidth || u.push(r);
4682 return (s && he(u, e, n)) || l;
4683 }
4684 function ce(t, e, n) {
4685 var i,
4686 a,

Callers 9

chart.jsFile · 0.85
rFunction · 0.85
lFunction · 0.85
cFunction · 0.85
uFunction · 0.85
MFunction · 0.85
iFunction · 0.85
WFunction · 0.85
nFunction · 0.85

Calls 2

deFunction · 0.85
ueFunction · 0.85

Tested by

no test coverage detected