MCPcopy Index your code
hub / github.com/dataease/SQLBot / shallowArrayEquals

Function shallowArrayEquals

frontend/public/swagger-ui-bundle.js:37161–37165  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

37159 ps = __webpack_require__.n(us),
37160 hs = __webpack_require__(62193),
37161 ds = __webpack_require__.n(hs)
37162 const shallowArrayEquals = (s) => (o) =>
37163 Array.isArray(s) &&
37164 Array.isArray(o) &&
37165 s.length === o.length &&
37166 s.every((s, i) => s === o[i]),
37167 list = (...s) => s
37168 class Cache extends Map {

Callers 3

deleteMethod · 0.85
getMethod · 0.85
hasMethod · 0.85

Calls 1

isArrayMethod · 0.45

Tested by

no test coverage detected