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

Function ht

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

Source from the content-addressed store, hash-verified

388 return s < c && s <= a ? r : c <= a ? i : o;
389 }
390 function ht(t, e, n) {
391 const r = (t.prototype = Object.create(e.prototype));
392 return (
393 Object.defineProperty(r, "constructor", {
394 value: t,
395 writable: !0,
396 enumerable: !0,
397 configurable: !0,
398 }),
399 ot(r, n)
400 );
401 }
402 function dt(t, e, n, r) {
403 let i,
404 o = e[0],

Callers 1

vega.min.jsFile · 0.85

Calls 1

otFunction · 0.70

Tested by

no test coverage detected