(params: GetCommitFilesParams)
| 2368 | } |
| 2369 | |
| 2370 | export async function getRuntimeCommitFiles(params: GetCommitFilesParams): Promise<GetCommitFilesResponse> { |
| 2371 | return handleGetCommitFiles(params) |
| 2372 | } |
| 2373 | |
| 2374 | /** |
| 2375 | * Build hot files cache by analyzing recent commits. |
nothing calls this directly
no test coverage detected