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

Function MB

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

Source from the content-addressed store, hash-verified

28103 }
28104 const AB = () => ("undefined" != typeof window && window) || null;
28105 function MB(t, e, n) {
28106 if (!t) return [];
28107 const [r, i] = t,
28108 o = new Vg().set(r[0], r[1], i[0], i[1]);
28109 return B_(
28110 n || this.context.dataflow.scenegraph().root,
28111 o,
28112 (function (t) {
28113 let e = null;
28114 if (t) {
28115 const n = V(t.marktype),
28116 r = V(t.markname);
28117 e = (t) =>
28118 (!n.length || n.some((e) => t.marktype === e)) &&
28119 (!r.length || r.some((e) => t.name === e));
28120 }
28121 return e;
28122 })(e),
28123 );
28124 }
28125 const EB = {
28126 random: () => t.random(),
28127 cumulativeNormal: fs,

Callers 1

vega.min.jsFile · 0.85

Calls 3

B_Function · 0.85
VFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected