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

Method constructor

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

Source from the content-addressed store, hash-verified

14614 const Lv = (t, e, n) => new Vg().set(0, 0, e, n).translate(-t[0], -t[1]);
14615 class Uv extends sv {
14616 constructor(t, e) {
14617 super(t, e);
14618 const n = this;
14619 ((n._hrefHandler = qv(n, (t, e) => {
14620 e && e.href && n.handleHref(t, e, e.href);
14621 })),
14622 (n._tooltipHandler = qv(n, (t, e) => {
14623 n.handleTooltip(t, e, t.type !== Cv);
14624 })));
14625 }
14626 initialize(t, e, n) {
14627 let r = this._svg;
14628 return (

Callers

nothing calls this directly

Calls 3

qvFunction · 0.85
handleHrefMethod · 0.80
handleTooltipMethod · 0.80

Tested by

no test coverage detected