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

Function commitRuntimeWorkTree

projects/electron/src/modules/code/git.ts:2342–2344  ·  view source on GitHub ↗
(params: CommitWorkTreeParams)

Source from the content-addressed store, hash-verified

2340}
2341
2342export async function commitRuntimeWorkTree(params: CommitWorkTreeParams): Promise<CommitWorkTreeResponse> {
2343 return handleCommitWorkTree(params)
2344}
2345
2346export async function listRuntimeBranches(params: ListBranchesParams): Promise<ListBranchesResponse> {
2347 return handleListBranches(params)

Callers

nothing calls this directly

Calls 1

handleCommitWorkTreeFunction · 0.85

Tested by

no test coverage detected