MCPcopy
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
28func (c *Common) SetUserConfig(userConfig *config.UserConfig) {
29 c.userConfig.Store(userConfig)
30}

Callers 5

NewCommonFunction · 0.95
NewDummyCommonFunction · 0.95
buildGitCommonFunction · 0.80
onUserConfigLoadedMethod · 0.80

Calls 1

StoreMethod · 0.80

Tested by 1

buildGitCommonFunction · 0.64