(params: ContentSearchParams)
| 893 | } |
| 894 | |
| 895 | export async function searchRuntimeFileContent(params: ContentSearchParams): Promise<ContentSearchResponse> { |
| 896 | return handleContentSearch(params) |
| 897 | } |
| 898 | |
| 899 | export const cleanup = () => { |
| 900 | logger.info("[Files] Cleanup called, clearing file list cache") |
nothing calls this directly
no test coverage detected