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

Function getRuntimeGitStatus

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

Source from the content-addressed store, hash-verified

2304}
2305
2306export async function getRuntimeGitStatus(params: GitStatusParams): Promise<GitStatusResponse> {
2307 return handleGetGitStatus(params)
2308}
2309
2310export async function listRuntimeGitFiles(params: ListFilesParams): Promise<ListFilesResponse> {
2311 return handleListFiles(params)

Callers

nothing calls this directly

Calls 1

handleGetGitStatusFunction · 0.85

Tested by

no test coverage detected