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

Route complete_upload

apps/base/views.py:None–None  ·  view source on GitHub ↗
chunk_api.post(
    "/upload/complete/{upload_id}", dependencies=[Depends(share_required_login)]
)

Source from the content-addressed store, hash-verified

1import datetime
2from fnmatch import fnmatchcase
3import hashlib
4import os

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected