(params: GetFileAtTreeishParams)
| 2352 | } |
| 2353 | |
| 2354 | export async function getRuntimeFileAtTreeish(params: GetFileAtTreeishParams): Promise<GetFileAtTreeishResponse> { |
| 2355 | return handleGetFileAtTreeish(params) |
| 2356 | } |
| 2357 | |
| 2358 | export async function getRuntimeFilePair(params: GetFilePairParams): Promise<GetFilePairResponse> { |
| 2359 | return handleGetFilePair(params) |
nothing calls this directly
no test coverage detected