MCPcopy Index your code
hub / github.com/apache/answer / SetDefault

Method SetDefault

internal/base/conf/conf.go:79–83  ·  view source on GitHub ↗

SetDefault set default config

()

Source from the content-addressed store, hash-verified

77
78// SetDefault set default config
79func (c *AllConfig) SetDefault() {
80 if c.UI == nil {
81 c.UI = &server.UI{}
82 }
83}
84
85func (c *AllConfig) SetEnvironmentOverrides() {
86 envs := loadEnvs()

Callers 1

ReadConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected