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

Callers 2

NewMockConfigFromStringFunction · 0.95
MigrateMethod · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected