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

Function isRuntimeGitDirectory

projects/electron/src/modules/code/git.ts:2278–2280  ·  view source on GitHub ↗
(params: IsGitDirectoryParams)

Source from the content-addressed store, hash-verified

2276}
2277
2278export async function isRuntimeGitDirectory(params: IsGitDirectoryParams): Promise<IsGitDirectoryResponse> {
2279 return handleIsGitDirectory(params)
2280}
2281
2282export async function isRuntimeGitInstalled(): Promise<IsGitInstalledResponse> {
2283 return handleIsGitInstalled()

Callers 3

cleanupTaskResourcesFunction · 0.90
createTaskEnvironmentFunction · 0.90

Calls 1

handleIsGitDirectoryFunction · 0.85

Tested by

no test coverage detected