MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / group

Struct group

internal/pulumi/mapper.go:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98// the bucket's own Storage line and overstating the estimate.
99func 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected