(projectPath: string)
| 14 | * Works for both local paths and remote paths |
| 15 | */ |
| 16 | export function getProjectName(projectPath: string): string { |
| 17 | return PlatformPaths.getProjectName(projectPath); |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Result from executing a command with buffered output |
no test coverage detected