MCPcopy Create free account
hub / github.com/AbelChe/evil_minio / objInfoNames

Function objInfoNames

cmd/object-api-listobjects_test.go:1019–1025  ·  view source on GitHub ↗
(o []ObjectInfo)

Source from the content-addressed store, hash-verified

1017}
1018
1019func objInfoNames(o []ObjectInfo) []string {
1020 res := make([]string, len(o))
1021 for i := range o {
1022 res[i] = o[i].Name
1023 }
1024 return res
1025}
1026
1027func TestDeleteObjectVersionMarker(t *testing.T) {
1028 ExecObjectLayerTest(t, testDeleteObjectVersion)

Callers 3

_testListObjectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected