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

Function isIndexed

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

Source from the content-addressed store, hash-verified

1460 return !(!s || !s[i])
1461 }
1462 function isIndexed(s) {
1463 return !(!s || !s[a])
1464 }
1465 function isAssociative(s) {
1466 return isKeyed(s) || isIndexed(s)
1467 }

Callers 8

IndexedIterableFunction · 0.85
isAssociativeFunction · 0.85
deepEqualFunction · 0.85
concatFactoryFunction · 0.85
sortFactoryFunction · 0.85
iterableClassFunction · 0.85
makeSequenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected