| 573 | } |
| 574 | |
| 575 | type AliasConfig struct { |
| 576 | cfg *ghConfig.Config |
| 577 | } |
| 578 | |
| 579 | func (a *AliasConfig) Get(alias string) (string, error) { |
| 580 | return a.cfg.Get([]string{aliasesKey, alias}) |
nothing calls this directly
no outgoing calls
no test coverage detected