Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
func
(c *AllConfig) SetDefault() {
80
if
c.UI == nil {
81
c.UI = &server.UI{}
82
}
83
}
84
85
func
(c *AllConfig) SetEnvironmentOverrides() {
86
envs := loadEnvs()
Callers
1
ReadConfig
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected