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

Method AppendBinary

pkg/set/msgp.go:123–125  ·  view source on GitHub ↗

AppendBinary appends the binary representation of itself to the end of b

(b []byte)

Source from the content-addressed store, hash-verified

121
122// AppendBinary appends the binary representation of itself to the end of b
123func (s IntSet) AppendBinary(b []byte) ([]byte, error) {
124 return s.MarshalMsg(b)
125}
126
127// UnmarshalBinary decodes the binary representation of itself from b
128func (s *IntSet) UnmarshalBinary(b []byte) error {

Callers 2

Calls 1

MarshalMsgMethod · 0.95

Tested by 2