MCPcopy
hub / github.com/cli/cli / cfg

Struct cfg

internal/config/config.go:49–51  ·  view source on GitHub ↗

Implements Config interface

Source from the content-addressed store, hash-verified

47
48// Implements Config interface
49type cfg struct {
50 cfg *ghConfig.Config
51}
52
53func (c *cfg) get(hostname, key string) o.Option[string] {
54 if hostname != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected