MCPcopy Index your code
hub / github.com/ByteStorage/FlyDB / NewMsgPackHandle

Function NewMsgPackHandle

lib/encoding/messagepack.go:31–33  ·  view source on GitHub ↗

NewMsgPackHandle is a helper function to create a new instance of MsgpackHandle

()

Source from the content-addressed store, hash-verified

29
30// NewMsgPackHandle is a helper function to create a new instance of MsgpackHandle
31func NewMsgPackHandle() *codec.MsgpackHandle {
32 return &codec.MsgpackHandle{}
33}
34
35// InitMessagePack function initializes MessagePackCodec struct and returns it.
36func InitMessagePack() MessagePackCodec {

Callers 7

InitMessagePackFunction · 0.85
NewMessagePackEncoderFunction · 0.85
NewMessagePackDecoderFunction · 0.85
EncodeMessagePackFunction · 0.85
DecodeMessagePackFunction · 0.85

Calls

no outgoing calls