Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ isObject
Method
isObject
frontend/public/swagger-ui-bundle.js:44442–44444 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
44440
isArray(s) {
44441
return
Mu(s)
44442
}
44443
isObject(s) {
44444
return
Nu(s)
44445
}
44446
sizeOf(s) {
44447
return
this.isArray(s) || this.isObject(s) ? s.length : 0
Callers
2
sizeOf
Method · 0.95
has
Method · 0.95
Calls
1
Nu
Function · 0.85
Tested by
no test coverage detected