MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Values

Method Values

internal/pgbackrest/options.go:51–53  ·  view source on GitHub ↗

Values returns all values associated with the given key. The key is case-sensitive. The returned slice is not a copy.

(key string)

Source from the content-addressed store, hash-verified

49// Values returns all values associated with the given key.
50// The key is case-sensitive. The returned slice is not a copy.
51func (ms iniMultiSet) Values(key string) []string {
52 return ms[key]
53}
54
55// iniSectionSet represents the different sections in a pgBackRest config file.
56type iniSectionSet map[string]iniMultiSet

Callers 1

TestMultiSetFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMultiSetFunction · 0.76