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

Method sizeOf

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

Source from the content-addressed store, hash-verified

44443 isObject(s) {
44444 return Nu(s)
44445 }
44446 sizeOf(s) {
44447 return this.isArray(s) || this.isObject(s) ? s.length : 0
44448 }
44449 has(s, o) {
44450 if (this.isArray(s)) {

Callers 1

hasMethod · 0.95

Calls 2

isArrayMethod · 0.95
isObjectMethod · 0.95

Tested by

no test coverage detected