MCPcopy
hub / github.com/helm/helm / copyMap

Function copyMap

pkg/chart/common/util/coalesce.go:192–196  ·  view source on GitHub ↗
(src map[string]any)

Source from the content-addressed store, hash-verified

190}
191
192func copyMap(src map[string]any) map[string]any {
193 m := make(map[string]any, len(src))
194 maps.Copy(m, src)
195 return m
196}
197
198// coalesceValues builds up a values map for a particular chart.
199//

Callers 1

coalesceGlobalsFunction · 0.85

Calls 1

CopyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…