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

Function cc

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

Source from the content-addressed store, hash-verified

5433 };
5434 }
5435 function cc(e, t, n, i) {
5436 return (
5437 e.explicit &&
5438 t.explicit &&
5439 Si(
5440 (function (e, t, n, i) {
5441 return `Conflicting ${t.toString()} property "${e.toString()}" (${Q(n)} and ${Q(i)}). Using ${Q(n)}.`;
5442 })(n, i, e.value, t.value),
5443 ),
5444 e
5445 );
5446 }
5447 function uc(e, t, n, i) {
5448 let r = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : cc;
5449 return void 0 === e || void 0 === e.value

Callers 3

lcFunction · 0.70
udFunction · 0.70
SpFunction · 0.70

Calls 3

SiFunction · 0.70
QFunction · 0.70
toStringMethod · 0.45

Tested by

no test coverage detected