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

Interface SenderStatusState

app/types/transfer.ts:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 * 发送端页面状态。
63 */
64export interface SenderStatusState {
65 isIniting: boolean
66 isConnectServer: boolean
67 isConnectPeer: boolean
68 isWaitingConnect: boolean
69 isWaitingConfirm: boolean
70 isDone: boolean
71 error: MessageState
72 warn: MessageState
73}
74
75/**
76 * 接收端当前文件状态。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected