MCPcopy Index your code
hub / github.com/cli/cli / Editor

Method Editor

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

Source from the content-addressed store, hash-verified

136}
137
138func (c *cfg) Editor(hostname string) gh.ConfigEntry {
139 // Intentionally panic if there is no user provided value or default value (which would be a programmer error)
140 return c.GetOrDefault(hostname, editorKey).Unwrap()
141}
142
143func (c *cfg) GitProtocol(hostname string) gh.ConfigEntry {
144 // Intentionally panic if there is no user provided value or default value (which would be a programmer error)

Callers 1

NewFromStringFunction · 0.95

Calls 2

GetOrDefaultMethod · 0.95
UnwrapMethod · 0.45

Tested by

no test coverage detected