()
| 173 | } |
| 174 | |
| 175 | func (c *cfg) Telemetry() gh.ConfigEntry { |
| 176 | // Intentionally panic if there is no user provided value or default value (which would be a programmer error) |
| 177 | return c.GetOrDefault("", telemetryKey).Unwrap() |
| 178 | } |
| 179 | |
| 180 | func (c *cfg) Version() o.Option[string] { |
| 181 | return c.get("", versionKey) |
no test coverage detected