(params: ListBranchesParams)
| 2344 | } |
| 2345 | |
| 2346 | export async function listRuntimeBranches(params: ListBranchesParams): Promise<ListBranchesResponse> { |
| 2347 | return handleListBranches(params) |
| 2348 | } |
| 2349 | |
| 2350 | export async function initRuntimeGit(params: InitGitParams): Promise<InitGitResponse> { |
| 2351 | return handleInitGit(params) |
nothing calls this directly
no test coverage detected