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

Function gL

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

Source from the content-addressed store, hash-verified

31217 }
31218 }
31219 function gL(t, e, n) {
31220 const r = t.params.length;
31221 let i;
31222 for (let n = 0; n < r; ++n) {
31223 i = t.params[n];
31224 for (const t in i.key)
31225 if (i.key[t] !== e[t]) {
31226 i = null;
31227 break;
31228 }
31229 if (i) break;
31230 }
31231 i || s("Unsupported parameter: " + Dt(e));
31232 const o = ot(hL(i, e, n), i.key);
31233 return XN(n.add(zO(o)));
31234 }
31235 const mL = (t) => t && t.expr,
31236 yL = (t) => t && t.field,
31237 vL = (t) => "data" === t,

Callers 1

dLFunction · 0.85

Calls 6

DtFunction · 0.85
hLFunction · 0.85
XNFunction · 0.85
sFunction · 0.70
otFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected