()
| 860 | } |
| 861 | |
| 862 | hasCompleted(): boolean { |
| 863 | return this.completed |
| 864 | } |
| 865 | |
| 866 | private shouldStartNewCompletionAttempt(attempt: CompletionAttempt): boolean { |
| 867 | return this.completionAttemptFailed && this.completionAttempt !== 'error' && attempt === 'error' |
no outgoing calls
no test coverage detected