MCPcopy Create free account
hub / github.com/Effect-TS/effect / hasIterated

Function hasIterated

packages/effect/test/TxPubSub.test.ts:108–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107 let iterations = 0
108 const hasIterated = () => iterations > 0
109 const values = (function*() {
110 iterations++
111 yield 2

Callers 1

TxPubSub.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected