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

Method parseLayoutSize

resources/vega-lite.min.js:13381–13388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13379 return js(e) ? e.vconcat : Es(e) ? e.hconcat : e.concat;
13380 }
13381 parseLayoutSize() {
13382 !(function (e) {
13383 up(e);
13384 const t = 1 === e.layout.columns ? "width" : "childWidth",
13385 n = void 0 === e.layout.columns ? "height" : "childHeight";
13386 (fp(e, t), fp(e, n));
13387 })(this);
13388 }
13389 parseAxisGroup() {
13390 return null;
13391 }

Callers

nothing calls this directly

Calls 2

upFunction · 0.70
fpFunction · 0.70

Tested by

no test coverage detected