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

Method Telemetry

internal/config/config.go:173–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)
175 return c.GetOrDefault("", telemetryKey).Unwrap()
176}
177
178func (c *cfg) Version() o.Option[string] {
179 return c.get("", versionKey)

Callers 1

NewFromStringFunction · 0.95

Calls 2

GetOrDefaultMethod · 0.95
UnwrapMethod · 0.45

Tested by

no test coverage detected