MCPcopy
hub / github.com/minio/minio-go / EncodeMsg

Method EncodeMsg

pkg/set/msgp.go:81–83  ·  view source on GitHub ↗

EncodeMsg encodes the message to the writer. Values are stored as a slice of ints or nil.

(writer *msgp.Writer)

Source from the content-addressed store, hash-verified

79// EncodeMsg encodes the message to the writer.
80// Values are stored as a slice of ints or nil.
81func (s IntSet) EncodeMsg(writer *msgp.Writer) error {
82 return setof.IntSorted(s).EncodeMsg(writer)
83}
84
85// MarshalMsg encodes the message to the bytes.
86// Values are stored as a slice of ints or nil.

Callers 3

EncodeMsgMethod · 0.45

Calls

no outgoing calls

Tested by 2