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

Function createMessageState

app/types/transfer.ts:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 * 构造默认错误/警告状态。
125 */
126export function createMessageState(): MessageState {
127 return {
128 code: 0,
129 msg: ''
130 }
131}
132
133/**
134 * 构造默认发送端文件状态。

Callers 2

createSenderStatusStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected