Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ SetUserConfig
Method
SetUserConfig
pkg/common/common.go:28–30 ·
view source on GitHub ↗
(userConfig *config.UserConfig)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(c *Common) SetUserConfig(userConfig *config.UserConfig) {
29
c.userConfig.Store(userConfig)
30
}
Callers
5
NewCommon
Function · 0.95
NewDummyCommon
Function · 0.95
NewDummyCommonWithUserConfigAndAppState
Function · 0.95
buildGitCommon
Function · 0.80
onUserConfigLoaded
Method · 0.80
Calls
1
Store
Method · 0.80
Tested by
1
buildGitCommon
Function · 0.64