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

Method LocalConfig

repository/gogit.go:261–263  ·  view source on GitHub ↗

LocalConfig give access to the repository scoped configuration

()

Source from the content-addressed store, hash-verified

259
260// LocalConfig give access to the repository scoped configuration
261func (repo *GoGitRepo) LocalConfig() Config {
262 return newGoGitLocalConfig(repo.r)
263}
264
265// GlobalConfig give access to the global scoped configuration
266func (repo *GoGitRepo) GlobalConfig() Config {

Callers 1

AnyConfigMethod · 0.95

Calls 1

newGoGitLocalConfigFunction · 0.85

Tested by

no test coverage detected