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

Function file_batch_delete

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

Source from the content-addressed store, hash-verified

195
196@admin_api.delete("/file/batch-delete")
197async def file_batch_delete(
198 data: IDsData,
199 file_service: FileService = Depends(get_file_service),
200):
201 return await batch_delete_files(data, file_service)
202
203
204@admin_api.post("/file/batch-delete")

Callers

nothing calls this directly

Calls 1

batch_delete_filesFunction · 0.85

Tested by

no test coverage detected