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

Function listRuntimeBranches

projects/electron/src/modules/code/git.ts:2346–2348  ·  view source on GitHub ↗
(params: ListBranchesParams)

Source from the content-addressed store, hash-verified

2344}
2345
2346export async function listRuntimeBranches(params: ListBranchesParams): Promise<ListBranchesResponse> {
2347 return handleListBranches(params)
2348}
2349
2350export async function initRuntimeGit(params: InitGitParams): Promise<InitGitResponse> {
2351 return handleInitGit(params)

Callers

nothing calls this directly

Calls 1

handleListBranchesFunction · 0.85

Tested by

no test coverage detected