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

Function isKeyed

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

Source from the content-addressed store, hash-verified

1457 return !(!s || !s[o])
1458 }
1459 function isKeyed(s) {
1460 return !(!s || !s[i])
1461 }
1462 function isIndexed(s) {
1463 return !(!s || !s[a])
1464 }

Callers 13

KeyedIterableFunction · 0.85
isAssociativeFunction · 0.85
KeyedSeqFunction · 0.85
IndexedSeqFunction · 0.85
SetSeqFunction · 0.85
deepEqualFunction · 0.85
groupByFactoryFunction · 0.85
concatFactoryFunction · 0.85
sortFactoryFunction · 0.85
iterableClassFunction · 0.85
makeSequenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected