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

Method GlobalConfig

repository/gogit.go:266–268  ·  view source on GitHub ↗

GlobalConfig give access to the global scoped configuration

()

Source from the content-addressed store, hash-verified

264
265// GlobalConfig give access to the global scoped configuration
266func (repo *GoGitRepo) GlobalConfig() Config {
267 return newGoGitGlobalConfig()
268}
269
270// AnyConfig give access to a merged local/global configuration
271func (repo *GoGitRepo) AnyConfig() ConfigRead {

Callers 1

AnyConfigMethod · 0.95

Calls 1

newGoGitGlobalConfigFunction · 0.85

Tested by

no test coverage detected