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

Function uh

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

Source from the content-addressed store, hash-verified

9644 return ArrayBuffer.isView(t) && !(t instanceof DataView);
9645 }
9646 function uh(t, e) {
9647 var n,
9648 r = e ? e.length : 0,
9649 i = t ? Math.min(r, t.length) : 0,
9650 o = new Array(i),
9651 a = new Array(r);
9652 for (n = 0; n < i; ++n) o[n] = gh(t[n], e[n]);
9653 for (; n < r; ++n) a[n] = e[n];
9654 return function (t) {
9655 for (n = 0; n < i; ++n) a[n] = o[n](t);
9656 return a;
9657 };
9658 }
9659 function lh(t, e) {
9660 var n = new Date();
9661 return (

Callers

nothing calls this directly

Calls 1

ghFunction · 0.85

Tested by

no test coverage detected