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

Function IndexedIterable

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

Source from the content-addressed store, hash-verified

1448 return isKeyed(s) ? s : KeyedSeq(s)
1449 }
1450 function IndexedIterable(s) {
1451 return isIndexed(s) ? s : IndexedSeq(s)
1452 }
1453 function SetIterable(s) {
1454 return isIterable(s) && !isAssociative(s) ? s : SetSeq(s)
1455 }

Callers 3

ListFunction · 0.85
mergeIntoListWithFunction · 0.85

Calls 2

isIndexedFunction · 0.85
IndexedSeqFunction · 0.85

Tested by

no test coverage detected