MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / forwardChunk

Function forwardChunk

parsehub/parsehub.ts:234–240  ·  view source on GitHub ↗
(client: any, peer: any, ids: number[])

Source from the content-addressed store, hash-verified

232 switch (reason) {
233 case "timeout":
234 return "等待超时";
235 case "fetch_failed":
236 return "获取机器人消息失败";
237 case "send_failed":
238 return "向机器人发送链接失败";
239 case "no_client":
240 return "客户端未就绪";
241 default:
242 return "原因未知";
243 }

Callers 1

relayParseResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected