MCPcopy Index your code
hub / github.com/microsoft/pyright / isAnalysisFinalized

Method isAnalysisFinalized

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

Source from the content-addressed store, hash-verified

234 }
235
236 isAnalysisFinalized() {
237 return !this.isTypeAnalysisRequired() && this._analysisJob.isTypeAnalysisFinalized;
238 }
239
240 getParseResults(): ParseResults | undefined {
241 if (!this.isParseRequired()) {

Callers 1

Calls 1

Tested by

no test coverage detected