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

Function Ie

frontend/public/swagger-ui-bundle.js:9996–10007  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

9994 return (s === o && (0 !== s || 1 / s == 1 / o)) || (s != s && o != o)
9995 }
9996 function Ie(s, o) {
9997 if (Dr(s, o)) return !0
9998 if ('object' != typeof s || null === s || 'object' != typeof o || null === o) return !1
9999 var i = Object.keys(s),
10000 a = Object.keys(o)
10001 if (i.length !== a.length) return !1
10002 for (a = 0; a < i.length; a++) {
10003 var u = i[a]
10004 if (!C.call(o, u) || !Dr(s[u], o[u])) return !1
10005 }
10006 return !0
10007 }
10008 function Je(s) {
10009 for (; s && s.firstChild; ) s = s.firstChild
10010 return s

Callers 3

UeFunction · 0.70
FiFunction · 0.70
bjFunction · 0.70

Calls 2

DrFunction · 0.50
keysMethod · 0.45

Tested by

no test coverage detected