MCPcopy
hub / github.com/cli/cli / Spinner

Method Spinner

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

Source from the content-addressed store, hash-verified

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