(params: InitGitParams)
| 2348 | } |
| 2349 | |
| 2350 | export async function initRuntimeGit(params: InitGitParams): Promise<InitGitResponse> { |
| 2351 | return handleInitGit(params) |
| 2352 | } |
| 2353 | |
| 2354 | export async function getRuntimeFileAtTreeish(params: GetFileAtTreeishParams): Promise<GetFileAtTreeishResponse> { |
| 2355 | return handleGetFileAtTreeish(params) |
nothing calls this directly
no test coverage detected