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

Function KO

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

Source from the content-addressed store, hash-verified

30648 return t.map((t) => VO(t, n));
30649 }
30650 function KO(t, e, n) {
30651 const r = n.getData(t.data);
30652 return (
30653 r || JO(t.data),
30654 cp(e.type)
30655 ? r.valuesRef(n, t.field, nR(t.sort, !1))
30656 : pp(e.type)
30657 ? r.domainRef(n, t.field)
30658 : r.extentRef(n, t.field)
30659 );
30660 }
30661 function tR(t, e, n) {
30662 const r = t.data,
30663 i = t.fields.reduce(

Callers

nothing calls this directly

Calls 4

JOFunction · 0.85
nRFunction · 0.85
cpFunction · 0.70
ppFunction · 0.70

Tested by

no test coverage detected