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

Function Rl

resources/vega.min.js:7654–7669  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

7652 return new Nl();
7653 }
7654 function Rl(t) {
7655 let e = 3;
7656 return (
7657 (t.digits = function (n) {
7658 if (!arguments.length) return e;
7659 if (null == n) e = null;
7660 else {
7661 const t = Math.floor(n);
7662 if (!(t >= 0)) throw new RangeError(`invalid digits: ${n}`);
7663 e = t;
7664 }
7665 return t;
7666 }),
7667 () => new Nl(e)
7668 );
7669 }
7670 function Ll(t) {
7671 return t.innerRadius;
7672 }

Callers 3

XlFunction · 0.70
JlFunction · 0.70
vega.min.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected