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

Function gm

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

Source from the content-addressed store, hash-verified

10805 : { valid: !1, reason: di(e) };
10806 }
10807 function gm(e, t, n, i) {
10808 return (
10809 e.explicit &&
10810 t.explicit &&
10811 Si(
10812 (function (e, t, n, i) {
10813 return `Conflicting ${t.toString()} property "${e.toString()}" (${Q(n)} and ${Q(i)}). Using the union of the two domains.`;
10814 })(n, i, e.value, t.value),
10815 ),
10816 { explicit: e.explicit, value: [...e.value, ...t.value] }
10817 );
10818 }
10819 function hm(e) {
10820 const n = b(
10821 e.map((e) => {

Callers

nothing calls this directly

Calls 3

SiFunction · 0.70
QFunction · 0.70
toStringMethod · 0.45

Tested by

no test coverage detected