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

Function VO

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

Source from the content-addressed store, hash-verified

30624 ut(n, r) || "name" === r || (n[r] = VO(t[r], e));
30625 }
30626 function VO(t, e) {
30627 return A(t)
30628 ? t.signal
30629 ? e.signalRef(t.signal)
30630 : s("Unsupported object: " + Dt(t))
30631 : t;
30632 }
30633 function XO(t, e) {
30634 return t.signal ? e.signalRef(t.signal) : t.map((t) => VO(t, e));
30635 }

Callers 4

GOFunction · 0.85
XOFunction · 0.85
QOFunction · 0.85
oRFunction · 0.85

Calls 3

DtFunction · 0.85
AFunction · 0.70
sFunction · 0.70

Tested by

no test coverage detected