()
| 278 | } |
| 279 | |
| 280 | export const getDefaultBranch = async (): Promise<string> => { |
| 281 | return getCachedDefaultBranch() |
| 282 | } |
| 283 | |
| 284 | export const getRemoteUrl = async (): Promise<string | null> => { |
| 285 | return getCachedRemoteUrl() |
no test coverage detected