MCPcopy Index your code
hub / github.com/git-bug/git-bug / LocalConfig

Method LocalConfig

cache/repo_cache_common.go:19–21  ·  view source on GitHub ↗

LocalConfig give access to the repository scoped configuration

()

Source from the content-addressed store, hash-verified

17
18// LocalConfig give access to the repository scoped configuration
19func (c *RepoCache) LocalConfig() repository.Config {
20 return c.repo.LocalConfig()
21}
22
23// GlobalConfig give access to the global scoped configuration
24func (c *RepoCache) GlobalConfig() repository.Config {

Callers

nothing calls this directly

Calls 1

LocalConfigMethod · 0.65

Tested by

no test coverage detected