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

Method GetDataLen

ziface/imessage.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6// IMessage Package ziface defines an abstract interface for encapsulating a request message into a message
7type IMessage interface {
8 GetDataLen() uint32 // Gets the length of the message data segment(获取消息数据段长度)
9 GetMsgID() uint32 // Gets the ID of the message(获取消息ID)
10 GetData() []byte // Gets the content of the message(获取消息内容)
11 GetRawData() []byte // Gets the raw data of the message(获取原始数据)

Callers 15

PackMethod · 0.65
TestDataPackFunction · 0.65
PackMethod · 0.65
ClientTestFunction · 0.65
CopyMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

Messagezpack/message.go

Calls

no outgoing calls

Tested by 2

TestDataPackFunction · 0.52
ClientTestFunction · 0.52