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

Function bf

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

Source from the content-addressed store, hash-verified

7948 return Object.assign.apply(null, i);
7949 }
7950 function bf(e, t, n) {
7951 let i = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : {};
7952 const r = Ln(e, n, t);
7953 if (void 0 !== r) return { configFrom: "style", configValue: r };
7954 for (const t of ["vlOnlyAxisConfig", "vgAxisConfig", "axisConfigStyle"])
7955 if (void 0 !== i[t]?.[e]) return { configFrom: t, configValue: i[t][e] };
7956 return {};
7957 }
7958 const xf = {
7959 scale: (e) => {
7960 let { model: t, channel: n } = e;

Callers 1

OpFunction · 0.85

Calls 1

LnFunction · 0.70

Tested by

no test coverage detected