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

Function getIteratorFn

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

Source from the content-addressed store, hash-verified

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
1569 }
1570 function isArrayLike(s) {
1571 return s && 'number' == typeof s.length
1572 }

Callers 2

hasIteratorFunction · 0.85
getIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected