()
| 171 | } |
| 172 | |
| 173 | func (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 | |
| 178 | func (c *cfg) Version() o.Option[string] { |
| 179 | return c.get("", versionKey) |
no test coverage detected