MCPcopy 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

sizeOfMethod · 0.95
hasMethod · 0.95

Calls 1

NuFunction · 0.85

Tested by

no test coverage detected