Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_getNonFinalizedImportsRecursive
Method · 0.80
Calls
1
isTypeAnalysisRequired
Method · 0.95
Tested by
no test coverage detected