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

Function x

resources/vega-embed.min.js:428–441  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

426 }
427 }
428 function x(e, t, n) {
429 try {
430 if (!Array.isArray(e))
431 throw new E("Patch sequence must be an array", "SEQUENCE_NOT_AN_ARRAY");
432 if (t) A(f(t), f(e), n || !0);
433 else {
434 n = n || I;
435 for (var r = 0; r < e.length; r++) n(e[r], r, t, void 0);
436 }
437 } catch (e) {
438 if (e instanceof E) return e;
439 throw e;
440 }
441 }
442 function L(e, t) {
443 if (e === t) return !0;
444 if (e && t && "object" == typeof e && "object" == typeof t) {

Callers 2

IFunction · 0.70
EFunction · 0.70

Calls 4

AFunction · 0.70
fFunction · 0.70
nFunction · 0.70
oFunction · 0.70

Tested by

no test coverage detected