MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / cloneMap

Function cloneMap

internal/cnpi/plugin/client/postgres_test.go:219–225  ·  view source on GitHub ↗
(original map[string]string)

Source from the content-addressed store, hash-verified

217})
218
219func cloneMap(original map[string]string) map[string]string {
220 clone := make(map[string]string, len(original))
221 for k, v := range original {
222 clone[k] = v
223 }
224 return clone
225}

Callers 1

postgres_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected