()
| 1577 | } |
| 1578 | |
| 1579 | recordJobIdChange(): void { |
| 1580 | this.updateActiveRun({ |
| 1581 | jobId: (this.getCoreState() as VideoDevtoolsCoreState<TOutput>).jobId, |
| 1582 | } as VideoRunPatch<TOutput>) |
| 1583 | this.emitState() |
| 1584 | } |
| 1585 | |
| 1586 | recordVideoStatusChange(): void { |
| 1587 | const core = this.getCoreState() as VideoDevtoolsCoreState<TOutput> |
no test coverage detected