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

Method Is

checksum.go:62–64  ·  view source on GitHub ↗

Is returns if c is all of t.

(t ChecksumMode)

Source from the content-addressed store, hash-verified

60
61// Is returns if c is all of t.
62func (c ChecksumMode) Is(t ChecksumMode) bool {
63 return c&t == t
64}
65
66// Key returns the header key.
67func (c ChecksumMode) Key() string {

Callers 7

ChecksumMethod · 0.45
ChecksumMethod · 0.45
IsNetworkOrHostDownFunction · 0.45
applyAutoChecksumFunction · 0.45
isRequestErrorRetryableFunction · 0.45
getCredentialsFunction · 0.45
TestPanicErrorUnwrapFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestPanicErrorUnwrapFunction · 0.36