| 516 | } |
| 517 | |
| 518 | type AliasConfig struct { |
| 519 | cfg *ghConfig.Config |
| 520 | } |
| 521 | |
| 522 | func (a *AliasConfig) Get(alias string) (string, error) { |
| 523 | return a.cfg.Get([]string{aliasesKey, alias}) |
nothing calls this directly
no outgoing calls
no test coverage detected