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

Function Xl

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

Source from the content-addressed store, hash-verified

5022 return e;
5023 }
5024 function Xl(e, t) {
5025 const n = (e) =>
5026 s(e, (e) => {
5027 const n = { param: e, empty: t.emptySelections[e] ?? !0 };
5028 return (
5029 (t.selectionPredicates[e] ??= []),
5030 t.selectionPredicates[e].push(n),
5031 n
5032 );
5033 });
5034 return e.selection
5035 ? n(e.selection)
5036 : s(e.test || e.filter, (e) => (e.selection ? n(e.selection) : e));
5037 }
5038 class Ql extends rl {
5039 map(e, t) {
5040 const n = t.selections ?? [];

Callers 2

HlFunction · 0.70
GlFunction · 0.70

Calls 2

nFunction · 0.70
sFunction · 0.70

Tested by

no test coverage detected