()
| 103 | } |
| 104 | |
| 105 | get currentLoop(): number { |
| 106 | return this.currentLoopValue |
| 107 | } |
| 108 | |
| 109 | on(listener: (event: LoopEvent) => void): void { |
| 110 | this.emitter.on('event', listener) |
nothing calls this directly
no outgoing calls
no test coverage detected