MCPcopy
hub / github.com/jackc/pgx / mergeSettings

Function mergeSettings

pgconn/config.go:569–577  ·  view source on GitHub ↗
(settingSets ...map[string]string)

Source from the content-addressed store, hash-verified

567}
568
569func mergeSettings(settingSets ...map[string]string) map[string]string {
570 settings := make(map[string]string)
571
572 for _, s2 := range settingSets {
573 maps.Copy(settings, s2)
574 }
575
576 return settings
577}
578
579func parseEnvSettings() map[string]string {
580 settings := make(map[string]string)

Callers 1

ParseConfigWithOptionsFunction · 0.85

Calls 1

CopyMethod · 0.45

Tested by

no test coverage detected