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

Function wl

resources/vega-lite.min.js:4828–4845  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

4826 }
4827 }
4828 function wl(e, t) {
4829 if (!oa(e)) {
4830 if (Ko(e)) {
4831 const n = $l(e.condition, t);
4832 if (n) return { ...e, condition: n };
4833 {
4834 const { condition: t, ...n } = e;
4835 return n;
4836 }
4837 }
4838 return e;
4839 }
4840 {
4841 const n = $l(e, t);
4842 if (n) return n;
4843 if (Qo(e)) return { condition: e.condition };
4844 }
4845 }
4846 function kl(e, n) {
4847 const i = {};
4848 for (const r in e)

Callers 2

lFunction · 0.85
klFunction · 0.85

Calls 4

$lFunction · 0.85
QoFunction · 0.85
oaFunction · 0.70
KoFunction · 0.70

Tested by

no test coverage detected