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

Function bo

resources/vega-lite.min.js:1821–1841  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1819 return ho({ scale: n, scaleName: i, mode: "zeroOrMin" });
1820 }
1821 function bo(e) {
1822 const {
1823 channel: t,
1824 channelDef: n,
1825 markDef: i,
1826 scale: r,
1827 scaleName: o,
1828 config: a,
1829 } = e,
1830 s = rt(t),
1831 l = wo(e),
1832 c = yo({
1833 scaleChannel: s,
1834 channelDef: n,
1835 scale: r,
1836 scaleName: o,
1837 markDef: i,
1838 config: a,
1839 });
1840 return void 0 !== c ? [c, l] : l;
1841 }
1842 function xo(e, t, n, i) {
1843 const r = {};
1844 if ((t && (r.scale = t), ta(e))) {

Callers 3

yuFunction · 0.70
SuFunction · 0.70
FuFunction · 0.70

Calls 3

rtFunction · 0.70
woFunction · 0.70
yoFunction · 0.70

Tested by

no test coverage detected