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

Function file_batch_update

apps/admin/views.py:244–248  ·  view source on GitHub ↗
(
    data: BatchUpdateFileData,
    file_service: FileService = Depends(get_file_service),
)

Source from the content-addressed store, hash-verified

242
243@admin_api.patch("/file/batch-update")
244async def file_batch_update(
245 data: BatchUpdateFileData,
246 file_service: FileService = Depends(get_file_service),
247):
248 return await batch_update_files(data, file_service)
249
250
251@admin_api.post("/file/batch-update")

Callers

nothing calls this directly

Calls 1

batch_update_filesFunction · 0.85

Tested by

no test coverage detected