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

Function Vf

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

Source from the content-addressed store, hash-verified

8430 : { name: n, value: t.step };
8431 }
8432 function Vf(e, t, n) {
8433 const i = t.get("type"),
8434 r = t.get("padding"),
8435 o = U(t.get("paddingOuter"), r);
8436 let a = t.get("paddingInner");
8437 return (
8438 (a = "band" === i ? (void 0 !== a ? a : r) : 1),
8439 `bandspace(${n}, ${An(a)}, ${An(o)}) * ${e}_step`
8440 );
8441 }
8442 function Hf(e) {
8443 return "childWidth" === e ? "width" : "childHeight" === e ? "height" : e;
8444 }

Callers 2

IfFunction · 0.70
getSizeSignalRefMethod · 0.70

Calls 3

UFunction · 0.70
AnFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected