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

Function isIterable

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

Source from the content-addressed store, hash-verified

1454 return isIterable(s) && !isAssociative(s) ? s : SetSeq(s)
1455 }
1456 function isIterable(s) {
1457 return !(!s || !s[o])
1458 }
1459 function isKeyed(s) {
1460 return !(!s || !s[i])
1461 }

Callers 15

IterableFunction · 0.85
SetIterableFunction · 0.85
SeqFunction · 0.85
KeyedSeqFunction · 0.85
IndexedSeqFunction · 0.85
SetSeqFunction · 0.85
deepEqualFunction · 0.85
mergeIntoMapWithFunction · 0.85
deepMergerFunction · 0.85
deepMergerWithFunction · 0.85
mergeIntoListWithFunction · 0.85
concatFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected