(params: GetCommitFilePatchParams)
| 2364 | } |
| 2365 | |
| 2366 | export async function getRuntimeCommitFilePatch(params: GetCommitFilePatchParams): Promise<GetFilePatchResponse> { |
| 2367 | return handleGetCommitFilePatch(params) |
| 2368 | } |
| 2369 | |
| 2370 | export async function getRuntimeCommitFiles(params: GetCommitFilesParams): Promise<GetCommitFilesResponse> { |
| 2371 | return handleGetCommitFiles(params) |
nothing calls this directly
no test coverage detected