MCPcopy
hub / github.com/spf13/viper / AllKeys

Function AllKeys

viper.go:1886–1886  ·  view source on GitHub ↗

AllKeys returns all keys holding a value, regardless of where they are set. Nested keys are returned with a v.keyDelim separator.

()

Source from the content-addressed store, hash-verified

1884// AllKeys returns all keys holding a value, regardless of where they are set.
1885// Nested keys are returned with a v.keyDelim separator.
1886func AllKeys() []string { return v.AllKeys() }
1887
1888func (v *Viper) AllKeys() []string {
1889 m := map[string]bool{}

Callers

nothing calls this directly

Calls 1

AllKeysMethod · 0.80

Tested by

no test coverage detected