Implements Config interface
| 48 | |
| 49 | // Implements Config interface |
| 50 | type cfg struct { |
| 51 | cfg *ghConfig.Config |
| 52 | } |
| 53 | |
| 54 | func (c *cfg) get(hostname, key string) o.Option[string] { |
| 55 | if hostname != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected