MCPcopy Create free account
hub / github.com/git-bug/git-bug / AnyConfig

Method AnyConfig

repository/mock_repo.go:72–74  ·  view source on GitHub ↗

AnyConfig give access to a merged local/global configuration

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

mergeConfigFunction · 0.85

Tested by

no test coverage detected