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

Function seqIterator

frontend/public/swagger-ui-bundle.js:1745–1756  ·  view source on GitHub ↗
(s, o, i, a)

Source from the content-addressed store, hash-verified

1743 return s.__iterateUncached(o, i)
1744 }
1745 function seqIterator(s, o, i, a) {
1746 var u = s._cache
1747 if (u) {
1748 var _ = u.length - 1,
1749 w = 0
1750 return new Iterator(function () {
1751 var s = u[i ? _ - w : w]
1752 return w++ > _ ? iteratorDone() : iteratorValue(o, a ? s[0] : w - 1, s[1])
1753 })
1754 }
1755 return s.__iteratorUncached(o, i)
1756 }
1757 function fromJS(s, o) {
1758 return o ? fromJSWith(o, s, '', { '': s }) : fromJSDefault(s)
1759 }

Callers 1

Calls 2

iteratorDoneFunction · 0.85
iteratorValueFunction · 0.85

Tested by

no test coverage detected