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

Method PreferEditorPrompt

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

Source from the content-addressed store, hash-verified

163}
164
165func (c *cfg) PreferEditorPrompt(hostname string) gh.ConfigEntry {
166 // Intentionally panic if there is no user provided value or default value (which would be a programmer error)
167 return c.GetOrDefault(hostname, preferEditorPromptKey).Unwrap()
168}
169
170func (c *cfg) Spinner(hostname string) gh.ConfigEntry {
171 // 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