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

Function UR

resources/vega.min.js:30820–30836  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

30818 return ((t.type = BR), (t.interactive = t.interactive || !1), t);
30819 }
30820 function UR(t, e) {
30821 const n = (n, r) => oO(t[n], oO(e[n], r));
30822 return (
30823 (n.isVertical = (n) =>
30824 hR ===
30825 oO(
30826 t.direction,
30827 e.direction || (n ? e.symbolDirection : e.gradientDirection),
30828 )),
30829 (n.gradientLength = () =>
30830 oO(t.gradientLength, e.gradientLength || e.gradientWidth)),
30831 (n.gradientThickness = () =>
30832 oO(t.gradientThickness, e.gradientThickness || e.gradientHeight)),
30833 (n.entryColumns = () => oO(t.columns, oO(e.columns, +n.isVertical(!0)))),
30834 n
30835 );
30836 }
30837 function qR(t, e) {
30838 const n = e && ((e.update && e.update[t]) || (e.enter && e.enter[t]));
30839 return n && n.signal ? n : n ? n.value : null;

Callers 9

HRFunction · 0.85
YRFunction · 0.85
XRFunction · 0.85
JRFunction · 0.85
FLFunction · 0.85
BLFunction · 0.85
oUFunction · 0.85
sUFunction · 0.85
uUFunction · 0.85

Calls 1

oOFunction · 0.85

Tested by

no test coverage detected