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

Function XL

resources/vega.min.js:31900–31908  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

31898 GL = (t, e, n) => ZL(`${t} === '${sR}'`, e, n),
31899 VL = (t, e, n) => ZL(`${t} === '${lR}'`, e, n),
31900 XL = (t, e, n) => (
31901 (e = null != e ? uN(e) : e),
31902 (n = null != n ? uN(n) : n),
31903 JL(e) && JL(n)
31904 ? {
31905 signal: `${t} ? (${(e = e ? e.signal || Dt(e.value) : null)}) : (${(n = n ? n.signal || Dt(n.value) : null)})`,
31906 }
31907 : [ot({ test: t }, e)].concat(n || [])
31908 ),
31909 JL = (t) => null == t || 1 === Object.keys(t).length,
31910 ZL = (t, e, n) => ({ signal: `${t} ? (${KL(e)}) : (${KL(n)})` }),
31911 QL = (t, e, n, r, i) => ({

Callers 2

WLFunction · 0.85
HLFunction · 0.85

Calls 4

uNFunction · 0.85
JLFunction · 0.85
DtFunction · 0.85
otFunction · 0.70

Tested by

no test coverage detected