(streamId?: string)
| 1662 | } |
| 1663 | |
| 1664 | private afterEmit(streamId?: string): void { |
| 1665 | if (streamId) this.helper.recordStreamId(streamId) |
| 1666 | this.helper.emitSnapshot() |
| 1667 | } |
| 1668 | |
| 1669 | // -- methods with run context -------------------------------------------- |
| 1670 |
no test coverage detected