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

Function bm

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

Source from the content-addressed store, hash-verified

10939 return hm(n);
10940 }
10941 function bm(e) {
10942 return Im(e) || Wm(e)
10943 ? e.children.reduce((e, t) => e.concat(bm(t)), xm(e))
10944 : xm(e);
10945 }
10946 function xm(e) {
10947 return D(e.component.scales).reduce((n, i) => {
10948 const r = e.component.scales[i];

Callers 1

assembleGroupMethod · 0.70

Calls 3

ImFunction · 0.70
WmFunction · 0.70
xmFunction · 0.70

Tested by

no test coverage detected