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

Function lp

resources/vega-lite.min.js:12801–12810  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

12799 }
12800 }
12801 function lp(e, t, n) {
12802 const i = "row" === t ? "height" : "width";
12803 return {
12804 labels: n,
12805 sizeSignal: e.child.component.layoutSize.get(i)
12806 ? e.child.getSizeSignalRef(i)
12807 : void 0,
12808 axes: [],
12809 };
12810 }
12811 function cp(e, t) {
12812 const { child: n } = e;
12813 if (n.component.axes[t]) {

Callers 2

spFunction · 0.70
cpFunction · 0.70

Calls 2

getSizeSignalRefMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected