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

Method pick

resources/vega.min.js:14454–14457  ·  view source on GitHub ↗
(t, e, n, r, i)

Source from the content-addressed store, hash-verified

14452 return this.pick(this._scene, e[0], e[1], e[0] - n[0], e[1] - n[1]);
14453 }
14454 pick(t, e, n, r, i) {
14455 const o = this.context();
14456 return Hy[t.marktype].pick.call(this, o, t, e, n, r, i);
14457 }
14458 }
14459 const $v = (t) => (t === kv || t === Av || t === Mv ? [kv, Av, Mv] : [t]);
14460 function Tv(t, e) {

Callers 2

pickEventMethod · 0.95
vega.min.jsFile · 0.80

Calls 1

contextMethod · 0.95

Tested by

no test coverage detected