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

Function eU

resources/vega.min.js:31926–31931  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

31924 ? { signal: `(${t.signal}) * ${e}` }
31925 : { value: t * e },
31926 eU = (t, e) => {
31927 const n = t.signal;
31928 return n && n.endsWith("(null)")
31929 ? { signal: n.slice(0, -6) + e.signal }
31930 : t;
31931 };
31932 function nU(t, e, n, r) {
31933 let i;
31934 if (e && ut(e, t)) return e[t];

Callers 3

iFunction · 0.85
sUFunction · 0.85
uUFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected