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

Function iteratorValue

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

Source from the content-addressed store, hash-verified

1547 this.next = s
1548 }
1549 function iteratorValue(s, o, i, a) {
1550 var u = 0 === s ? o : 1 === s ? i : [o, i]
1551 return (a ? (a.value = u) : (a = { value: u, done: !1 }), a)
1552 }
1553 function iteratorDone() {
1554 return { value: void 0, done: !0 }
1555 }

Callers 11

seqIteratorFunction · 0.85
mapIteratorValueFunction · 0.85
mapFactoryFunction · 0.85
filterFactoryFunction · 0.85
sliceFactoryFunction · 0.85
takeWhileFactoryFunction · 0.85
skipWhileFactoryFunction · 0.85
flattenFactoryFunction · 0.85
interposeFactoryFunction · 0.85
zipWithFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected