Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Write
Method
Write
internal/config/config.go:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(c *cfg) Write() error {
108
return
ghConfig.Write(c.cfg)
109
}
110
111
func
(c *cfg) Aliases() gh.AliasConfig {
112
return
&AliasConfig{cfg: c.cfg}
Callers
2
NewMockConfigFromString
Function · 0.95
Migrate
Method · 0.95
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected