MCPcopy Index your code
hub / github.com/databus23/helm-diff / sortedKeys

Function sortedKeys

diff/diff.go:597–607  ·  view source on GitHub ↗
(manifests map[string]*manifest.MappingResult)

Source from the content-addressed store, hash-verified

595}
596
597func sortedKeys(manifests map[string]*manifest.MappingResult) []string {
598 var keys []string
599
600 for key := range manifests {
601 keys = append(keys, key)
602 }
603
604 sort.Strings(keys)
605
606 return keys
607}

Callers 1

generateReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected