MCPcopy
hub / github.com/jesseduffield/lazygit / UserConfig

Method UserConfig

pkg/common/common.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (c *Common) UserConfig() *config.UserConfig {
25 return c.userConfig.Load()
26}
27
28func (c *Common) SetUserConfig(userConfig *config.UserConfig) {
29 c.userConfig.Store(userConfig)

Callers 15

skipUpdateCheckMethod · 0.80
GetMethod · 0.80
getLogCmdMethod · 0.80
GetGraphCmdObjMethod · 0.80
MergeMethod · 0.80
GetEditCmdStrMethod · 0.80
GetEditAtLineCmdStrMethod · 0.80
DiffCmdObjMethod · 0.80
ShowStashEntryCmdObjMethod · 0.80

Calls 1

LoadMethod · 0.80