()
| 324 | } |
| 325 | |
| 326 | function nowIso(): string { |
| 327 | return new Date().toISOString(); |
| 328 | } |
| 329 | |
| 330 | function failureAttemptsFor(state: UpdateInstallState, target: UpdateTarget): number { |
| 331 | return state.lastFailure?.version === target.version ? state.lastFailure.attempts : 0; |
no outgoing calls
no test coverage detected