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

Function _

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

Source from the content-addressed store, hash-verified

135 return (e.match(/^\d+/) ? "_" : "") + t;
136 }
137 function _(e, t) {
138 return o(e)
139 ? `!(${_(e.not, t)})`
140 : r(e)
141 ? `(${e.and.map((e) => _(e, t)).join(") && (")})`
142 : i(e)
143 ? `(${e.or.map((e) => _(e, t)).join(") || (")})`
144 : t(e);
145 }
146 function P(e, t) {
147 if (0 === t.length) return !0;
148 const n = t.shift();

Callers 1

mfFunction · 0.70

Calls 5

oFunction · 0.70
rFunction · 0.70
iFunction · 0.70
tFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected