MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / InitChunkUploadModel

Class InitChunkUploadModel

apps/base/schemas.py:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class InitChunkUploadModel(BaseModel):
10 file_name: str
11 chunk_size: int = 5 * 1024 * 1024
12 file_size: int
13 file_hash: str
14
15
16class CompleteUploadModel(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected