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

Method String

checksum.go:71–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (c ChecksumMode) String() string {
72 switch c & checksumModeMask {
73 case ChecksumFullObjectMode:
74 return amzChecksumModeFullObject
75 case ChecksumCompositeMode:
76 return amzChecksumModeComposite
77 }
78 return ""
79}
80
81// ChecksumType contains information about the checksum type.
82type ChecksumType uint32

Callers 2

addAutoChecksumHeadersFunction · 0.45
applyAutoChecksumFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected