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

Function nt

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

Source from the content-addressed store, hash-verified

257 return K(t(n), t(r)) * e;
258 },
259 nt = (t, e, n) => (
260 e.push(0),
261 function (r, i) {
262 let o,
263 a = 0,
264 s = -1;
265 for (; 0 === a && ++s < n; ) ((o = t[s]), (a = K(o(r), o(i))));
266 return a * e[s];
267 }
268 );
269 function rt(t) {
270 return J(t) ? t : () => t;
271 }

Callers 1

ttFunction · 0.85

Calls 2

KFunction · 0.85
oFunction · 0.70

Tested by

no test coverage detected