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

Function Debug

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

Debug prints all configuration registries for debugging purposes.

()

Source from the content-addressed store, hash-verified

2062// Debug prints all configuration registries for debugging
2063// purposes.
2064func Debug() { v.Debug() }
2065func DebugTo(w io.Writer) { v.DebugTo(w) }
2066
2067func (v *Viper) Debug() { v.DebugTo(os.Stdout) }

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected