()
| 2280 | } |
| 2281 | |
| 2282 | export async function isRuntimeGitInstalled(): Promise<IsGitInstalledResponse> { |
| 2283 | return handleIsGitInstalled() |
| 2284 | } |
| 2285 | |
| 2286 | export async function checkRuntimeGhCli(): Promise<CheckGhCliResponse> { |
| 2287 | return handleCheckGhCli() |
nothing calls this directly
no test coverage detected