Emit the latest snapshot without touching run state.
()
| 1434 | |
| 1435 | /** Emit the latest snapshot without touching run state. */ |
| 1436 | emitState(): void { |
| 1437 | this.emitUpdated() |
| 1438 | this.emitSnapshot() |
| 1439 | } |
| 1440 | |
| 1441 | // --- Internal --------------------------------------------------------- |
| 1442 |
no test coverage detected