MCPcopy
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

parseMethod · 0.95
doSemanticAnalysisMethod · 0.95
doTypeAnalysisMethod · 0.95
_resolveImportsMethod · 0.95
setTrackedFilesMethod · 0.80
_doFullAnalysisMethod · 0.80
getDiagnosticsMethod · 0.80
_removeUnneededFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected