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

Function seqIterate

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

Source from the content-addressed store, hash-verified

1732 : void 0
1733 }
1734 function seqIterate(s, o, i, a) {
1735 var u = s._cache
1736 if (u) {
1737 for (var _ = u.length - 1, w = 0; w <= _; w++) {
1738 var x = u[i ? _ - w : w]
1739 if (!1 === o(x[1], a ? x[0] : w, s)) return w + 1
1740 }
1741 return w
1742 }
1743 return s.__iterateUncached(o, i)
1744 }
1745 function seqIterator(s, o, i, a) {
1746 var u = s._cache
1747 if (u) {

Callers 1

Calls 1

oFunction · 0.70

Tested by

no test coverage detected