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

Function E

resources/vega.min.js:125–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124 const M = (t) => "__proto__" !== t;
125 function E() {
126 for (var t = arguments.length, e = new Array(t), n = 0; n < t; n++)
127 e[n] = arguments[n];
128 return e.reduce((t, e) => {
129 for (const n in e)
130 if ("signals" === n) t.signals = C(t.signals, e.signals);
131 else {
132 const r = "legend" === n ? { layout: 1 } : "style" === n || null;
133 D(t, n, e[n], r);
134 }
135 return t;
136 }, {});
137 }
138 function D(t, e, n, r) {
139 if (!M(e)) return;
140 let i, o;

Callers 2

yFFunction · 0.70
vega.min.jsFile · 0.70

Calls 2

DFunction · 0.85
CFunction · 0.70

Tested by

no test coverage detected