Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
398
var
dataFileCRC32 =
map
[string]uint32{}
399
400
func
isFullMode() bool {
401
return
os.Getenv(
"MINT_MODE"
) ==
"full"
402
}
403
404
func
getFuncName() string {
405
return
getFuncNameLoc(2)
Callers
11
testPutObjectWithAutoChecksums
Function · 0.85
testPutObjectWithChecksums
Function · 0.85
testPutObjectWithTrailingChecksums
Function · 0.85
testPutMultipartObjectWithChecksums
Function · 0.85
testTrailingChecksums
Function · 0.85
testPutObjectWithAutomaticChecksums
Function · 0.85
testGetObjectAttributes
Function · 0.85
testGetObjectAttributesSSECEncryption
Function · 0.85
testGetObjectAttributesErrorCases
Function · 0.85
testPutObjectWithMetadata
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected