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

Method AppendBinary

pkg/set/msgp.go:69–71  ·  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

67
68// AppendBinary appends the binary representation of itself to the end of b
69func (s StringSet) AppendBinary(b []byte) ([]byte, error) {
70 return s.MarshalMsg(b)
71}
72
73// UnmarshalBinary decodes the binary representation of itself from b
74func (s *StringSet) UnmarshalBinary(b []byte) error {

Callers

nothing calls this directly

Calls 1

MarshalMsgMethod · 0.95

Tested by

no test coverage detected