()
| 576 | } |
| 577 | |
| 578 | export function getCachedRemoteUrl(): Promise<string | null> { |
| 579 | return gitWatcher.get('remoteUrl', computeRemoteUrl) |
| 580 | } |
| 581 | |
| 582 | export function getCachedDefaultBranch(): Promise<string> { |
| 583 | return gitWatcher.get('defaultBranch', computeDefaultBranch) |