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

Function makeSequence

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

Source from the content-addressed store, hash-verified

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
3645 )
3646 }
3647 function cacheResultThrough() {
3648 return this._iter.cacheResult
3649 ? (this._iter.cacheResult(), (this.size = this._iter.size), this)

Callers 10

flipFactoryFunction · 0.85
mapFactoryFunction · 0.85
reverseFactoryFunction · 0.85
filterFactoryFunction · 0.85
sliceFactoryFunction · 0.85
takeWhileFactoryFunction · 0.85
skipWhileFactoryFunction · 0.85
flattenFactoryFunction · 0.85
interposeFactoryFunction · 0.85
zipWithFactoryFunction · 0.85

Calls 3

isKeyedFunction · 0.85
isIndexedFunction · 0.85
createMethod · 0.65

Tested by

no test coverage detected