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

Function isAssociative

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

Source from the content-addressed store, hash-verified

1463 return !(!s || !s[a])
1464 }
1465 function isAssociative(s) {
1466 return isKeyed(s) || isIndexed(s)
1467 }
1468 function isOrdered(s) {
1469 return !(!s || !s[u])
1470 }

Callers 2

SetIterableFunction · 0.85
deepEqualFunction · 0.85

Calls 2

isKeyedFunction · 0.85
isIndexedFunction · 0.85

Tested by

no test coverage detected