MCPcopy
hub / github.com/link1st/gowebsocket / GetMsgData

Function GetMsgData

models/msg_model.go:47–50  ·  view source on GitHub ↗

文本消息

(uuId, msgId, cmd, message string)

Source from the content-addressed store, hash-verified

45
46// 文本消息
47func GetMsgData(uuId, msgId, cmd, message string) string {
48
49 return getTextMsgData(cmd, uuId, msgId, message)
50}
51
52// 文本消息
53func GetTextMsgData(uuId, msgId, message string) string {

Callers 3

SendUserMessageAllFunction · 0.92
SendMsgMethod · 0.92
SendMsgAllMethod · 0.92

Calls 1

getTextMsgDataFunction · 0.85

Tested by

no test coverage detected