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

Function Un

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

Source from the content-addressed store, hash-verified

1003 );
1004 }
1005 function Un(e, t) {
1006 const n = [...e];
1007 return (
1008 t.forEach((e) => {
1009 for (const t of n) if (X(t, e)) return;
1010 n.push(e);
1011 }),
1012 n
1013 );
1014 }
1015 function Wn(e, n) {
1016 return X(e, n) || !n
1017 ? e

Callers 2

InFunction · 0.85
vega-lite.min.jsFile · 0.85

Calls 1

XFunction · 0.70

Tested by

no test coverage detected