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

Function Vc

resources/vega-lite.min.js:5973–5995  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5971 return ((r.field = M(r.field)), r);
5972 }
5973 function Vc(e) {
5974 let n = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1],
5975 i =
5976 arguments.length > 2 && void 0 !== arguments[2]
5977 ? arguments[2]
5978 : t.identity;
5979 if (t.isArray(e)) {
5980 const t = e.map((e) => Vc(e, n, i));
5981 return n ? `[${t.join(", ")}]` : t;
5982 }
5983 return Di(e)
5984 ? i(
5985 n
5986 ? Pi(e)
5987 : (function (e) {
5988 const t = _i(e, !0);
5989 return e.utc ? +new Date(Date.UTC(...t)) : +new Date(...t);
5990 })(e),
5991 )
5992 : n
5993 ? i(Q(e))
5994 : e;
5995 }
5996 function Hc(e, n) {
5997 for (const i of F(e.component.selection ?? {})) {
5998 const r = i.name;

Callers 2

vega-lite.min.jsFile · 0.85
assembleSelectionDataMethod · 0.85

Calls 6

DiFunction · 0.70
iFunction · 0.70
PiFunction · 0.70
_iFunction · 0.70
QFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected