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

Method Key

checksum.go:67–69  ·  view source on GitHub ↗

Key returns the header key.

()

Source from the content-addressed store, hash-verified

65
66// Key returns the header key.
67func (c ChecksumMode) Key() string {
68 return amzChecksumMode
69}
70
71func (c ChecksumMode) String() string {
72 switch c & checksumModeMask {

Callers 15

appendObjectDoMethod · 0.45
executeMethodMethod · 0.45
ChecksumMapMethod · 0.45
ToObjectInfoFunction · 0.45
putObjectDoMethod · 0.45
SetChecksumMethod · 0.45
applyAutoChecksumFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected