MCPcopy Create free account
hub / github.com/cli/cli / cfg

Struct cfg

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

Implements Config interface

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected