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

Function is

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

Source from the content-addressed store, hash-verified

3246 };
3247 }
3248 function is(e, t) {
3249 if (e?.aggregate) {
3250 const { aggregate: n, ...i } = e;
3251 return (
3252 n !== t &&
3253 Si(
3254 (function (e, t) {
3255 return `Continuous axis should not have customized aggregation function ${e}; ${t} already agregates the axis.`;
3256 })(n, t),
3257 ),
3258 i
3259 );
3260 }
3261 return e;
3262 }
3263 function rs(e, t) {
3264 const { mark: n, encoding: i } = e,
3265 { x: r, y: o } = i;

Callers 1

nsFunction · 0.70

Calls 1

SiFunction · 0.70

Tested by

no test coverage detected