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

Struct cfg

internal/config/config.go:50–52  ·  view source on GitHub ↗

Implements Config interface

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected