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

Function KeyedIterable

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

Source from the content-addressed store, hash-verified

1445 return isIterable(s) ? s : Seq(s)
1446 }
1447 function KeyedIterable(s) {
1448 return isKeyed(s) ? s : KeyedSeq(s)
1449 }
1450 function IndexedIterable(s) {
1451 return isIndexed(s) ? s : IndexedSeq(s)
1452 }

Callers 5

MapFunction · 0.85
mergeIntoMapWithFunction · 0.85
OrderedMapFunction · 0.85
concatFactoryFunction · 0.85

Calls 2

isKeyedFunction · 0.85
KeyedSeqFunction · 0.85

Tested by

no test coverage detected