(params: CommitWorkTreeParams)
| 2340 | } |
| 2341 | |
| 2342 | export async function commitRuntimeWorkTree(params: CommitWorkTreeParams): Promise<CommitWorkTreeResponse> { |
| 2343 | return handleCommitWorkTree(params) |
| 2344 | } |
| 2345 | |
| 2346 | export async function listRuntimeBranches(params: ListBranchesParams): Promise<ListBranchesResponse> { |
| 2347 | return handleListBranches(params) |
nothing calls this directly
no test coverage detected