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

Function getRuntimeGitSummary

projects/electron/src/modules/code/git.ts:2302–2304  ·  view source on GitHub ↗
(params: GitStatusParams)

Source from the content-addressed store, hash-verified

2300}
2301
2302export async function getRuntimeGitSummary(params: GitStatusParams): Promise<GitSummaryResponse> {
2303 return handleGetGitSummary(params)
2304}
2305
2306export async function getRuntimeGitStatus(params: GitStatusParams): Promise<GitStatusResponse> {
2307 return handleGetGitStatus(params)

Callers 1

getGitRefsFunction · 0.90

Calls 1

handleGetGitSummaryFunction · 0.85

Tested by

no test coverage detected