MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / isRuntimeGitInstalled

Function isRuntimeGitInstalled

projects/electron/src/modules/code/git.ts:2282–2284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2280}
2281
2282export async function isRuntimeGitInstalled(): Promise<IsGitInstalledResponse> {
2283 return handleIsGitInstalled()
2284}
2285
2286export async function checkRuntimeGhCli(): Promise<CheckGhCliResponse> {
2287 return handleCheckGhCli()

Callers

nothing calls this directly

Calls 1

handleIsGitInstalledFunction · 0.85

Tested by

no test coverage detected