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

Function isObject

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

Source from the content-addressed store, hash-verified

7818 return L.Date.now()
7819 }
7820 function isObject(s) {
7821 var o = typeof s
7822 return !!s && ('object' == o || 'function' == o)
7823 }
7824 function toNumber(s) {
7825 if ('number' == typeof s) return s
7826 if (

Callers 7

toNumberFunction · 0.85
objectifyFunction · 0.85
fromJSOrderedFunction · 0.85
combinePluginsFunction · 0.85
callAfterLoadFunction · 0.85
systemExtendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected