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

Function g

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

Source from the content-addressed store, hash-verified

68 return e.includes(t);
69 }
70 function g(e, t) {
71 let n = 0;
72 for (const [i, r] of e.entries()) if (t(r, i, n++)) return !0;
73 return !1;
74 }
75 function h(e, t) {
76 let n = 0;
77 for (const [i, r] of e.entries()) if (!t(r, i, n++)) return !1;

Callers 4

IaFunction · 0.70
BaFunction · 0.70
HaFunction · 0.70
runMethod · 0.70

Calls 1

tFunction · 0.70

Tested by

no test coverage detected