MCPcopy 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
107func (c *cfg) Write() error {
108 return ghConfig.Write(c.cfg)
109}
110
111func (c *cfg) Aliases() gh.AliasConfig {
112 return &AliasConfig{cfg: c.cfg}

Callers 2

NewMockConfigFromStringFunction · 0.95
MigrateMethod · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected