MCPcopy Index your code
hub / github.com/aceld/zinx / GetMessage

Method GetMessage

ziface/irequest.go:22–22  ·  view source on GitHub ↗

Get the message ID of the request(获取请求的消息ID)

()

Source from the content-addressed store, hash-verified

20 GetMsgID() uint32 // Get the message ID of the request(获取请求的消息ID)
21
22 GetMessage() IMessage // Get the raw data of the request message (获取请求消息的原始数据 add by uuxia 2023-03-10)
23
24 GetResponse() IcResp // Get the serialized data after parsing(获取解析完后序列化数据)
25 SetResponse(IcResp) // Set the serialized data after parsing(设置解析完后序列化数据)

Callers 8

GetIMessageMethod · 0.65
HandleMethod · 0.65
HandleMethod · 0.65
HandleMethod · 0.65
HandleMethod · 0.65
HandleMethod · 0.65
HandleMethod · 0.65
HandleMethod · 0.65

Implementers 2

BaseRequestziface/irequest.go
Requestznet/request.go

Calls

no outgoing calls

Tested by

no test coverage detected