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

Function checkRuntimeGhCli

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

Source from the content-addressed store, hash-verified

2284}
2285
2286export async function checkRuntimeGhCli(): Promise<CheckGhCliResponse> {
2287 return handleCheckGhCli()
2288}
2289
2290export async function getOrCreateRuntimeWorkTree(params: GetOrCreateWorkTreeParams): Promise<GetOrCreateWorkTreeResponse> {
2291 return handleGetOrCreateWorkTree(params)

Callers

nothing calls this directly

Calls 1

handleCheckGhCliFunction · 0.85

Tested by

no test coverage detected