AnyConfig give access to a merged local/global configuration
()
| 70 | |
| 71 | // AnyConfig give access to a merged local/global configuration |
| 72 | func (r *mockRepoConfig) AnyConfig() ConfigRead { |
| 73 | return mergeConfig(r.localConfig, r.globalConfig) |
| 74 | } |
| 75 | |
| 76 | var _ RepoKeyring = &mockRepoKeyring{} |
| 77 |
nothing calls this directly
no test coverage detected