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

Function iterableClass

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

Source from the content-addressed store, hash-verified

3637 return (assertNotInfinite(s.size), ensureSize(s))
3638 }
3639 function iterableClass(s) {
3640 return isKeyed(s) ? KeyedIterable : isIndexed(s) ? IndexedIterable : SetIterable
3641 }
3642 function makeSequence(s) {
3643 return Object.create(
3644 (isKeyed(s) ? KeyedSeq : isIndexed(s) ? IndexedSeq : SetSeq).prototype

Callers 2

groupByFactoryFunction · 0.85
flatMapFactoryFunction · 0.85

Calls 2

isKeyedFunction · 0.85
isIndexedFunction · 0.85

Tested by

no test coverage detected