(params: ResolvePathParams)
| 2312 | } |
| 2313 | |
| 2314 | export async function resolveRuntimeGitPath(params: ResolvePathParams): Promise<ResolvePathResponse> { |
| 2315 | return handleResolvePath(params) |
| 2316 | } |
| 2317 | |
| 2318 | export async function getRuntimeGitLog(params: GetGitLogParams): Promise<GetGitLogResponse> { |
| 2319 | return handleGetGitLog(params) |
nothing calls this directly
no test coverage detected