(self, file_code: FileCodes)
| 884 | await self.operator.delete(await file_code.get_file_path()) |
| 885 | |
| 886 | async def get_file_url(self, file_code: FileCodes): |
| 887 | return await get_file_url(file_code.code) |
| 888 | |
| 889 | async def get_file_response(self, file_code: FileCodes): |
| 890 | try: |
nothing calls this directly
no test coverage detected