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

Method UnmarshalBinary

pkg/set/msgp.go:128–131  ·  view source on GitHub ↗

UnmarshalBinary decodes the binary representation of itself from b

(b []byte)

Source from the content-addressed store, hash-verified

126
127// UnmarshalBinary decodes the binary representation of itself from b
128func (s *IntSet) UnmarshalBinary(b []byte) error {
129 _, err := s.UnmarshalMsg(b)
130 return err
131}

Callers 1

TestIntSetMsgpBinaryFunction · 0.95

Calls 1

UnmarshalMsgMethod · 0.95

Tested by 1

TestIntSetMsgpBinaryFunction · 0.76