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

Method UnmarshalBinary

pkg/set/msgp.go:74–77  ·  view source on GitHub ↗

UnmarshalBinary decodes the binary representation of itself from b

(b []byte)

Source from the content-addressed store, hash-verified

72
73// UnmarshalBinary decodes the binary representation of itself from b
74func (s *StringSet) UnmarshalBinary(b []byte) error {
75 _, err := s.UnmarshalMsg(b)
76 return err
77}
78
79// EncodeMsg encodes the message to the writer.
80// Values are stored as a slice of ints or nil.

Callers 1

TestStringSetMsgpBinaryFunction · 0.95

Calls 1

UnmarshalMsgMethod · 0.95

Tested by 1

TestStringSetMsgpBinaryFunction · 0.76