MCPcopy Index your code
hub / github.com/cli/cli / Write

Method Write

internal/config/config.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (c *cfg) Write() error {
107 return ghConfig.Write(c.cfg)
108}
109
110func (c *cfg) Aliases() gh.AliasConfig {
111 return &AliasConfig{cfg: c.cfg}

Callers 2

NewFromStringFunction · 0.95
MigrateMethod · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected