()
| 1584 | } |
| 1585 | |
| 1586 | recordVideoStatusChange(): void { |
| 1587 | const core = this.getCoreState() as VideoDevtoolsCoreState<TOutput> |
| 1588 | this.updateActiveRun({ |
| 1589 | videoStatus: core.videoStatus, |
| 1590 | preview: this.createVideoPreview(core.result, core.videoStatus), |
| 1591 | } as VideoRunPatch<TOutput>) |
| 1592 | this.emitState() |
| 1593 | } |
| 1594 | |
| 1595 | protected override buildSnapshot(): AIDevtoolsVideoSnapshotBase<TOutput> { |
| 1596 | const core = this.getCoreState() as VideoDevtoolsCoreState<TOutput> |
no test coverage detected