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

Method MarshalBinary

pkg/set/msgp.go:64–66  ·  view source on GitHub ↗

MarshalBinary encodes the receiver into a binary form and returns the result.

()

Source from the content-addressed store, hash-verified

62
63// MarshalBinary encodes the receiver into a binary form and returns the result.
64func (s StringSet) MarshalBinary() ([]byte, error) {
65 return s.MarshalMsg(nil)
66}
67
68// AppendBinary appends the binary representation of itself to the end of b
69func (s StringSet) AppendBinary(b []byte) ([]byte, error) {

Callers

nothing calls this directly

Calls 1

MarshalMsgMethod · 0.95

Tested by

no test coverage detected