MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / file_batch_delete_post

Function file_batch_delete_post

apps/admin/views.py:205–209  ·  view source on GitHub ↗
(
    data: IDsData,
    file_service: FileService = Depends(get_file_service),
)

Source from the content-addressed store, hash-verified

203
204@admin_api.post("/file/batch-delete")
205async def file_batch_delete_post(
206 data: IDsData,
207 file_service: FileService = Depends(get_file_service),
208):
209 return await batch_delete_files(data, file_service)
210
211
212async def batch_update_files(

Callers

nothing calls this directly

Calls 1

batch_delete_filesFunction · 0.85

Tested by

no test coverage detected