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

Function iteratorDone

frontend/public/swagger-ui-bundle.js:1553–1555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1551 return (a ? (a.value = u) : (a = { value: u, done: !1 }), a)
1552 }
1553 function iteratorDone() {
1554 return { value: void 0, done: !0 }
1555 }
1556 function hasIterator(s) {
1557 return !!getIteratorFn(s)
1558 }

Callers 6

seqIteratorFunction · 0.85
sliceFactoryFunction · 0.85
takeWhileFactoryFunction · 0.85
flattenFactoryFunction · 0.85
zipWithFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected