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

Method Len

api-put-object.go:305–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303type completedParts []CompletePart
304
305func (a completedParts) Len() int { return len(a) }
306func (a completedParts) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
307func (a completedParts) Less(i, j int) bool { return a[i].PartNumber < a[j].PartNumber }
308

Callers 12

testSSECEncryptionPutGetFunction · 0.80
testSSECEncryptionFPutFunction · 0.80
testSSES3EncryptionFPutFunction · 0.80
PutObjectsSnowballMethod · 0.80
TagsMethod · 0.80
ReadMethod · 0.80
NewRequestFunction · 0.80
ReadMethod · 0.80
StringMethod · 0.80
QueryEncodeFunction · 0.80

Calls

no outgoing calls

Tested by 1

NewRequestFunction · 0.64