MCPcopy
hub / github.com/chenhb23/lanzouyun-disk / SplitTaskFile

Interface SplitTaskFile

src/common/split.ts:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95export interface SplitTaskFile {
96 sourceFile: UploadFile
97 size: number
98 name: string
99 startByte?: number
100 endByte?: number
101}
102
103export interface SplitTaskOptions {
104 file: UploadFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected