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

Method Browser

internal/config/config.go:130–133  ·  view source on GitHub ↗
(hostname string)

Source from the content-addressed store, hash-verified

128}
129
130func (c *cfg) Browser(hostname string) gh.ConfigEntry {
131 // Intentionally panic if there is no user provided value or default value (which would be a programmer error)
132 return c.GetOrDefault(hostname, browserKey).Unwrap()
133}
134
135func (c *cfg) ColorLabels(hostname string) gh.ConfigEntry {
136 // Intentionally panic if there is no user provided value or default value (which would be a programmer error)

Callers 1

NewMockConfigFromStringFunction · 0.95

Calls 2

GetOrDefaultMethod · 0.95
UnwrapMethod · 0.45

Tested by

no test coverage detected