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

Function Iterable

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

Source from the content-addressed store, hash-verified

1442 ;(o && (s.prototype = Object.create(o.prototype)), (s.prototype.constructor = s))
1443 }
1444 function Iterable(s) {
1445 return isIterable(s) ? s : Seq(s)
1446 }
1447 function KeyedIterable(s) {
1448 return isKeyed(s) ? s : KeyedSeq(s)
1449 }

Callers 3

zipWithFactoryFunction · 0.85
forceIteratorFunction · 0.85

Calls 2

isIterableFunction · 0.85
SeqFunction · 0.85

Tested by

no test coverage detected