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

Function isFullMode

functional_tests.go:400–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398var dataFileCRC32 = map[string]uint32{}
399
400func isFullMode() bool {
401 return os.Getenv("MINT_MODE") == "full"
402}
403
404func getFuncName() string {
405 return getFuncNameLoc(2)

Calls

no outgoing calls

Tested by

no test coverage detected