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

Method Msgsize

pkg/set/msgp.go:59–61  ·  view source on GitHub ↗

Msgsize returns the maximum size of the message.

()

Source from the content-addressed store, hash-verified

57
58// Msgsize returns the maximum size of the message.
59func (s StringSet) Msgsize() int {
60 return setof.String(s).Msgsize()
61}
62
63// MarshalBinary encodes the receiver into a binary form and returns the result.
64func (s StringSet) MarshalBinary() ([]byte, error) {

Callers

nothing calls this directly

Calls 2

MsgsizeMethod · 0.45
StringMethod · 0.45

Tested by

no test coverage detected