(_name: string)
| 84 | return {}; |
| 85 | } |
| 86 | public getPackagePath(_name: string): string | undefined { |
| 87 | return undefined; |
| 88 | } |
| 89 | public resolvePackageUri(_uri: string): string | undefined { |
| 90 | return undefined; |
| 91 | } |
no outgoing calls
no test coverage detected