(private readonly returned?: () => void)
| 7 | private started = false |
| 8 | |
| 9 | constructor(private readonly returned?: () => void) {} |
| 10 | |
| 11 | [Symbol.asyncIterator](): AsyncIterableIterator<T> { |
| 12 | if (this.started) { |
nothing calls this directly
no outgoing calls
no test coverage detected