(patch: GenerationRunPatch<TOutput>)
| 1456 | } |
| 1457 | |
| 1458 | protected updateActiveRun(patch: GenerationRunPatch<TOutput>): void { |
| 1459 | if (!this.activeRunId) return |
| 1460 | this.upsertRun(this.activeRunId, patch) |
| 1461 | } |
| 1462 | |
| 1463 | protected upsertRun(runId: string, patch: GenerationRunPatch<TOutput>): void { |
| 1464 | const now = Date.now() |
no test coverage detected