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

Function s

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

Source from the content-addressed store, hash-verified

29 else t(e);
30 }
31 function s(e, t) {
32 return o(e)
33 ? { not: s(e.not, t) }
34 : r(e)
35 ? { and: e.and.map((e) => s(e, t)) }
36 : i(e)
37 ? { or: e.or.map((e) => s(e, t)) }
38 : t(e);
39 }
40 const l = structuredClone;
41 function c(e) {
42 throw new Error(e);

Callers 3

nFunction · 0.70
XlFunction · 0.70
constructorMethod · 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