MCPcopy Create free account
hub / github.com/ShouChenICU/FastSend / SenderCurrentFileState

Interface SenderCurrentFileState

app/types/transfer.ts:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 * 发送端当前文件状态。
51 */
52export interface SenderCurrentFileState {
53 name: string
54 size: number
55 transmittedBytes: number
56 lastBytes: number
57 speed: number
58 startTime: number
59}
60
61/**
62 * 发送端页面状态。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected