(params: ListFilesParams)
| 2308 | } |
| 2309 | |
| 2310 | export async function listRuntimeGitFiles(params: ListFilesParams): Promise<ListFilesResponse> { |
| 2311 | return handleListFiles(params) |
| 2312 | } |
| 2313 | |
| 2314 | export async function resolveRuntimeGitPath(params: ResolvePathParams): Promise<ResolvePathResponse> { |
| 2315 | return handleResolvePath(params) |
nothing calls this directly
no test coverage detected