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

Method parseLayoutSize

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

Source from the content-addressed store, hash-verified

14367 this.component.data = hp(this);
14368 }
14369 parseLayoutSize() {
14370 !(function (e) {
14371 const { size: t, component: n } = e;
14372 for (const i of Ct) {
14373 const r = st(i);
14374 if (t[r]) {
14375 const e = t[r];
14376 n.layoutSize.set(r, Rs(e) ? "step" : e, !0);
14377 } else {
14378 const t = dp(e, r);
14379 n.layoutSize.set(r, t, !1);
14380 }
14381 }
14382 })(this);
14383 }
14384 parseSelections() {
14385 this.component.selection = (function (e, n) {
14386 const i = {},

Callers

nothing calls this directly

Calls 4

stFunction · 0.70
RsFunction · 0.70
dpFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected