| 98 | // the bucket's own Storage line and overstating the estimate. |
| 99 | func consolidateS3Objects(results []resources.DecodedResource) []resources.DecodedResource { |
| 100 | type group struct { |
| 101 | indices []int |
| 102 | names []string |
| 103 | } |
| 104 | groups := make(map[string]*group) |
| 105 | var order []string |
| 106 |
nothing calls this directly
no outgoing calls
no test coverage detected