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

Function isPlainObj

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

Source from the content-addressed store, hash-verified

1784 : s
1785 }
1786 function isPlainObj(s) {
1787 return s && (s.constructor === Object || void 0 === s.constructor)
1788 }
1789 function is(s, o) {
1790 if (s === o || (s != s && o != o)) return !0
1791 if (!s || !o) return !1

Callers 2

fromJSWithFunction · 0.85
fromJSDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected