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

Function getIterator

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

Source from the content-addressed store, hash-verified

1560 return s && 'function' == typeof s.next
1561 }
1562 function getIterator(s) {
1563 var o = getIteratorFn(s)
1564 return o && o.call(s)
1565 }
1566 function getIteratorFn(s) {
1567 var o = s && ((z && s[z]) || s[Y])
1568 if ('function' == typeof o) return o

Callers 3

zipWithFactoryFunction · 0.85
forceIteratorFunction · 0.85

Calls 1

getIteratorFnFunction · 0.85

Tested by

no test coverage detected