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

Function SetIterable

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

Source from the content-addressed store, hash-verified

1451 return isIndexed(s) ? s : IndexedSeq(s)
1452 }
1453 function SetIterable(s) {
1454 return isIterable(s) && !isAssociative(s) ? s : SetSeq(s)
1455 }
1456 function isIterable(s) {
1457 return !(!s || !s[o])
1458 }

Callers 3

SetFunction · 0.85
OrderedSetFunction · 0.85

Calls 3

isIterableFunction · 0.85
isAssociativeFunction · 0.85
SetSeqFunction · 0.85

Tested by

no test coverage detected