()
| 263 | } |
| 264 | |
| 265 | export const getDefaultBranch = async (): Promise<string> => { |
| 266 | return getCachedDefaultBranch() |
| 267 | } |
| 268 | |
| 269 | export const getRemoteUrl = async (): Promise<string | null> => { |
| 270 | return getCachedRemoteUrl() |
no test coverage detected