()
| 220 | } |
| 221 | |
| 222 | isSemanticAnalysisRequired() { |
| 223 | return this._analysisJob.nextPhaseToRun <= AnalysisPhase.SemanticAnalysis; |
| 224 | } |
| 225 | |
| 226 | isTypeAnalysisRequired() { |
| 227 | // If the analysis is complete, no more analysis is required. |
no outgoing calls
no test coverage detected