MCPcopy
hub / github.com/microsoft/pyright / isSemanticAnalysisRequired

Method isSemanticAnalysisRequired

server/src/analyzer/sourceFile.ts:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers 3

doSemanticAnalysisMethod · 0.95
doTypeAnalysisMethod · 0.95
_doSemanticAnalysisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected