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

Function isRuntimeBranchMerged

projects/electron/src/modules/code/git.ts:2330–2332  ·  view source on GitHub ↗
(params: IsBranchMergedParams)

Source from the content-addressed store, hash-verified

2328}
2329
2330export async function isRuntimeBranchMerged(params: IsBranchMergedParams): Promise<boolean> {
2331 return handleIsBranchMerged(params)
2332}
2333
2334export async function deleteRuntimeBranch(params: DeleteBranchParams): Promise<void> {
2335 await handleDeleteBranch(params)

Callers

nothing calls this directly

Calls 1

handleIsBranchMergedFunction · 0.85

Tested by

no test coverage detected