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

Function AT

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

Source from the content-addressed store, hash-verified

27810 }
27811 const kT = Symbol("vega_selection_getter");
27812 function AT(t) {
27813 return (
27814 (t.getter && t.getter[kT]) ||
27815 ((t.getter = l(t.field)), (t.getter[kT] = !0)),
27816 t.getter
27817 );
27818 }
27819 const MT = "intersect",
27820 ET = "union",
27821 DT = "_vgsid_",

Callers 2

PTFunction · 0.85
vega.min.jsFile · 0.85

Calls 1

lFunction · 0.70

Tested by

no test coverage detected