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

Function Ws

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

Source from the content-addressed store, hash-verified

4062 return e[t] ?? e["width" === t ? "continuousWidth" : "continuousHeight"];
4063 }
4064 function Ws(e, t) {
4065 const n = Is(e, t);
4066 return Rs(n) ? n.step : Bs;
4067 }
4068 function Is(e, t) {
4069 return U(e[t] ?? e["width" === t ? "discreteWidth" : "discreteHeight"], {
4070 step: e.step,

Callers 2

OuFunction · 0.70
PmFunction · 0.70

Calls 2

IsFunction · 0.70
RsFunction · 0.70

Tested by

no test coverage detected