LocalConfig give access to the repository scoped configuration
()
| 17 | |
| 18 | // LocalConfig give access to the repository scoped configuration |
| 19 | func (c *RepoCache) LocalConfig() repository.Config { |
| 20 | return c.repo.LocalConfig() |
| 21 | } |
| 22 | |
| 23 | // GlobalConfig give access to the global scoped configuration |
| 24 | func (c *RepoCache) GlobalConfig() repository.Config { |
nothing calls this directly
no test coverage detected