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

Function kl

resources/vega-lite.min.js:4846–4858  ·  view source on GitHub ↗
(e, n)

Source from the content-addressed store, hash-verified

4844 }
4845 }
4846 function kl(e, n) {
4847 const i = {};
4848 for (const r in e)
4849 if (J(e, r)) {
4850 const o = e[r];
4851 if (t.isArray(o)) i[r] = o.map((e) => wl(e, n)).filter((e) => e);
4852 else {
4853 const e = wl(o, n);
4854 void 0 !== e && (i[r] = e);
4855 }
4856 }
4857 return i;
4858 }
4859 class Sl {
4860 name = "RuleForRangedLine";
4861 hasMatchingType(e) {

Callers 4

lFunction · 0.85
vega.min.jsFile · 0.85
ylFunction · 0.85
vlFunction · 0.85

Calls 3

wlFunction · 0.85
JFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected