()
| 151596 | return !codeActionSucceeded; |
| 151597 | } |
| 151598 | function silentFail() { |
| 151599 | codeActionSucceeded = false; |
| 151600 | return ts.emptyArray; |
| 151601 | } |
| 151602 | // dispatch function to recursively build the refactoring |
| 151603 | // should be kept up to date with isFixablePromiseHandler in suggestionDiagnostics.ts |
| 151604 | /** |
no outgoing calls
no test coverage detected