MCPcopy Create free account
hub / github.com/dataease/SQLBot / isPlainObject

Function isPlainObject

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

Source from the content-addressed store, hash-verified

30742 PROBE_UNKNOWN_ACTION: () => `@@redux/PROBE_UNKNOWN_ACTION${randomString()}`,
30743 }
30744 function isPlainObject(s) {
30745 if ('object' != typeof s || null === s) return !1
30746 let o = s
30747 for (; null !== Object.getPrototypeOf(o); ) o = Object.getPrototypeOf(o)
30748 return Object.getPrototypeOf(s) === o || null === Object.getPrototypeOf(s)
30749 }
30750 function createStore(s, o, i) {
30751 if ('function' != typeof s) throw new Error(formatProdErrorMessage(2))
30752 if (

Callers 1

dispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected