(params: GitStatusParams)
| 2300 | } |
| 2301 | |
| 2302 | export async function getRuntimeGitSummary(params: GitStatusParams): Promise<GitSummaryResponse> { |
| 2303 | return handleGetGitSummary(params) |
| 2304 | } |
| 2305 | |
| 2306 | export async function getRuntimeGitStatus(params: GitStatusParams): Promise<GitStatusResponse> { |
| 2307 | return handleGetGitStatus(params) |
no test coverage detected