Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/pyright
/ getFilePath
Method
getFilePath
server/src/analyzer/sourceFile.ts:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
getFilePath(): string {
137
return
this._filePath;
138
}
139
140
getDiagnosticVersion(): number {
141
return
this._diagnosticVersion;
Callers
12
parse
Method · 0.95
doSemanticAnalysis
Method · 0.95
doTypeAnalysis
Method · 0.95
_resolveImports
Method · 0.95
setTrackedFiles
Method · 0.80
_doFullAnalysis
Method · 0.80
_getNonFinalizedImportsRecursive
Method · 0.80
_markFileDirtyRecursive
Method · 0.80
getDiagnostics
Method · 0.80
_removeUnneededFiles
Method · 0.80
_isImportNeededRecursive
Method · 0.80
_updateSourceFileImports
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected