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

Function aR

resources/vega.min.js:30767–30777  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

30765 return i.map((t) => (k(t) ? XO : VO)(t, e));
30766 }
30767 function aR(t, e, n) {
30768 return k(t)
30769 ? t.map((t) => aR(t, e, n))
30770 : A(t)
30771 ? t.signal
30772 ? n.signalRef(t.signal)
30773 : "fit" === e
30774 ? t
30775 : s("Unsupported parameter object: " + Dt(t))
30776 : t;
30777 }
30778 const sR = "top",
30779 uR = "left",
30780 lR = "right",

Callers 1

cUFunction · 0.85

Calls 5

DtFunction · 0.85
kFunction · 0.70
AFunction · 0.70
sFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected