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