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

Function AllSettings

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

AllSettings merges all settings and returns them as a map[string]any.

()

Source from the content-addressed store, hash-verified

1966
1967// AllSettings merges all settings and returns them as a map[string]any.
1968func AllSettings() map[string]any { return v.AllSettings() }
1969
1970func (v *Viper) AllSettings() map[string]any {
1971 return v.getSettings(v.AllKeys())

Callers

nothing calls this directly

Calls 1

AllSettingsMethod · 0.80

Tested by

no test coverage detected