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

Interface RecipientCurrentFileState

app/types/transfer.ts:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 * 接收端当前文件状态。
77 */
78export interface RecipientCurrentFileState {
79 name: string
80 size: number
81 transmittedBytes: number
82 lastSize: number
83 speed: number
84 chunks: ArrayBuffer[]
85}
86
87/**
88 * 接收端页面状态。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected