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

Function resolveRuntimeGitPath

projects/electron/src/modules/code/git.ts:2314–2316  ·  view source on GitHub ↗
(params: ResolvePathParams)

Source from the content-addressed store, hash-verified

2312}
2313
2314export async function resolveRuntimeGitPath(params: ResolvePathParams): Promise<ResolvePathResponse> {
2315 return handleResolvePath(params)
2316}
2317
2318export async function getRuntimeGitLog(params: GetGitLogParams): Promise<GetGitLogResponse> {
2319 return handleGetGitLog(params)

Callers

nothing calls this directly

Calls 1

handleResolvePathFunction · 0.85

Tested by

no test coverage detected