Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Write
Method
Write
internal/config/config.go:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(c *cfg) Write() error {
109
return
ghConfig.Write(c.cfg)
110
}
111
112
func
(c *cfg) Aliases() gh.AliasConfig {
113
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