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

Method AccessiblePrompter

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

Source from the content-addressed store, hash-verified

124}
125
126func (c *cfg) AccessiblePrompter(hostname string) gh.ConfigEntry {
127 // Intentionally panic if there is no user provided value or default value (which would be a programmer error)
128 return c.GetOrDefault(hostname, accessiblePrompterKey).Unwrap()
129}
130
131func (c *cfg) Browser(hostname string) gh.ConfigEntry {
132 // 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