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

Function xl

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

Source from the content-addressed store, hash-verified

4809 var o;
4810 }
4811 function xl(e, t) {
4812 if (void 0 !== (e = bl("field", e, t))) {
4813 if (null === e) return null;
4814 if (Vo(e) && Lo(e.sort)) {
4815 const n = bl("field", e.sort, t);
4816 e = { ...e, ...(n ? { sort: n } : {}) };
4817 }
4818 return e;
4819 }
4820 }
4821 function $l(e, t) {
4822 if (Zo(e)) return xl(e, t);
4823 {

Callers 4

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

Calls 3

blFunction · 0.85
LoFunction · 0.85
VoFunction · 0.70

Tested by

no test coverage detected