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

Function fL

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

Source from the content-addressed store, hash-verified

31143 return t && t.signal ? e.signalRef(t.signal) : !1 !== t;
31144 }
31145 function fL(t, e) {
31146 const n = Za(t.type);
31147 n || s("Unrecognized transform type: " + Dt(t.type));
31148 const r = GN(n.type.toLowerCase(), null, hL(n, t, e));
31149 return (
31150 t.signal && e.addSignal(t.signal, e.proxy(r)),
31151 (r.metadata = n.metadata || {}),
31152 r
31153 );
31154 }
31155 function hL(t, e, n) {
31156 const r = {},
31157 i = t.params.length;

Callers 2

CLFunction · 0.85
NLFunction · 0.85

Calls 5

DtFunction · 0.85
GNFunction · 0.85
hLFunction · 0.85
ZaFunction · 0.70
sFunction · 0.70

Tested by

no test coverage detected