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

Function n

resources/vega-lite.min.js:5025–5033  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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));

Callers 4

runMethod · 0.70
XlFunction · 0.70
opFunction · 0.70
assembleMarksMethod · 0.70

Calls 1

sFunction · 0.70

Tested by

no test coverage detected