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

Function deleteRuntimeWorkTree

projects/electron/src/modules/code/git.ts:2326–2328  ·  view source on GitHub ↗
(params: DeleteWorkTreeParams)

Source from the content-addressed store, hash-verified

2324}
2325
2326export async function deleteRuntimeWorkTree(params: DeleteWorkTreeParams): Promise<DeleteWorkTreeResponse> {
2327 return handleDeleteWorkTree(params)
2328}
2329
2330export async function isRuntimeBranchMerged(params: IsBranchMergedParams): Promise<boolean> {
2331 return handleIsBranchMerged(params)

Callers 1

cleanupTaskResourcesFunction · 0.90

Calls 1

handleDeleteWorkTreeFunction · 0.85

Tested by

no test coverage detected