()
| 280 | } |
| 281 | |
| 282 | async prettyName(): Promise<string> { |
| 283 | const path = await this._existingAbsolutePath; |
| 284 | if (path) return path; |
| 285 | return this._fqname; |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * Gets the human-readable name of the source. |
no outgoing calls
no test coverage detected