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

Function Of

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

Source from the content-addressed store, hash-verified

8204 return ma(e, { prefix: t, suffix: "sort_index", ...n });
8205 }
8206 function Of(e, t) {
8207 return p(["top", "bottom"], t)
8208 ? "column"
8209 : p(["left", "right"], t) || "row" === e
8210 ? "row"
8211 : "column";
8212 }
8213 function zf(e, t, n, i) {
8214 const r =
8215 "row" === i

Callers 4

NfFunction · 0.70
MfFunction · 0.70
assembleLayoutMethod · 0.70
getHeaderLayoutMixinsMethod · 0.70

Calls 1

pFunction · 0.70

Tested by

no test coverage detected