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

Function md

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

Source from the content-addressed store, hash-verified

9059 .filter((e) => void 0 !== e);
9060 }
9061 function md(e) {
9062 return Im(e) || Wm(e)
9063 ? (function (e) {
9064 return e.children.reduce(
9065 (e, t) => e.concat(t.assembleProjections()),
9066 pd(e),
9067 );
9068 })(e)
9069 : pd(e);
9070 }
9071 function pd(e) {
9072 const t = e.component.projection;
9073 if (!t || t.merged) return [];

Callers 1

assembleProjectionsMethod · 0.70

Calls 4

assembleProjectionsMethod · 0.80
ImFunction · 0.70
WmFunction · 0.70
pdFunction · 0.70

Tested by

no test coverage detected