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

Function o

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

Source from the content-addressed store, hash-verified

20 return J(e, "and");
21 }
22 function o(e) {
23 return J(e, "not");
24 }
25 function a(e, t) {
26 if (o(e)) a(e.not, t);
27 else if (r(e)) for (const n of e.and) a(n, t);

Callers 4

aFunction · 0.70
sFunction · 0.70
_Function · 0.70
vega-lite.min.jsFile · 0.70

Calls 2

JFunction · 0.70
lFunction · 0.70

Tested by

no test coverage detected