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

Function listRuntimeWorkTrees

projects/electron/src/modules/code/git.ts:2338–2340  ·  view source on GitHub ↗
(params: ListWorkTreesParams)

Source from the content-addressed store, hash-verified

2336}
2337
2338export async function listRuntimeWorkTrees(params: ListWorkTreesParams): Promise<ListWorkTreesResponse> {
2339 return handleListWorkTrees(params)
2340}
2341
2342export async function commitRuntimeWorkTree(params: CommitWorkTreeParams): Promise<CommitWorkTreeResponse> {
2343 return handleCommitWorkTree(params)

Callers

nothing calls this directly

Calls 1

handleListWorkTreesFunction · 0.85

Tested by

no test coverage detected