Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/pyright
/ prepareForClose
Method
prepareForClose
server/src/analyzer/sourceFile.ts:214–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
}
213
214
prepareForClose() {
215
// Nothing to do currently.
216
}
217
218
isParseRequired() {
219
return
this._analysisJob.fileContentsVersion !== this._fileContentsVersion;
Callers
1
_removeUnneededFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected