(srcBaseDir: string, projectPath: string)
| 361 | * `SSHRuntime.getBaseRepoPath()` method instead. |
| 362 | */ |
| 363 | export function computeBaseRepoPath(srcBaseDir: string, projectPath: string): string { |
| 364 | return buildRemoteProjectLayout(srcBaseDir, projectPath).baseRepoPath; |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | * Run `git show-ref --heads` against a local project and return the raw stdout |
no test coverage detected