()
| 151593 | return createSynthIdentifier(identifier); |
| 151594 | } |
| 151595 | function hasFailed() { |
| 151596 | return !codeActionSucceeded; |
| 151597 | } |
| 151598 | function silentFail() { |
| 151599 | codeActionSucceeded = false; |
| 151600 | return ts.emptyArray; |
no outgoing calls
no test coverage detected