(params: GitStatusParams)
| 2304 | } |
| 2305 | |
| 2306 | export async function getRuntimeGitStatus(params: GitStatusParams): Promise<GitStatusResponse> { |
| 2307 | return handleGetGitStatus(params) |
| 2308 | } |
| 2309 | |
| 2310 | export async function listRuntimeGitFiles(params: ListFilesParams): Promise<ListFilesResponse> { |
| 2311 | return handleListFiles(params) |
nothing calls this directly
no test coverage detected