| 529 | } |
| 530 | |
| 531 | type AliasConfig struct { |
| 532 | cfg *ghConfig.Config |
| 533 | } |
| 534 | |
| 535 | func (a *AliasConfig) Get(alias string) (string, error) { |
| 536 | return a.cfg.Get([]string{aliasesKey, alias}) |
nothing calls this directly
no outgoing calls
no test coverage detected