| 1 | import { getFileExtension, getMimeTypeFromExtension } from '@/lib/uploads/utils/file-utils' |
| 2 | import type { FileContentResponse, GetFileContentParams } from '@/tools/github/types' |
| 3 | import type { ToolConfig } from '@/tools/types' |
| 4 |
nothing calls this directly
no test coverage detected