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

Method LocalConfig

repository/repo.go:49–49  ·  view source on GitHub ↗

LocalConfig give access to the repository scoped configuration

()

Source from the content-addressed store, hash-verified

47type RepoConfig interface {
48 // LocalConfig give access to the repository scoped configuration
49 LocalConfig() Config
50
51 // GlobalConfig give access to the global scoped configuration
52 GlobalConfig() Config

Callers 15

LocalConfigMethod · 0.65
ConfiguredBridgesFunction · 0.65
BridgeExistFunction · 0.65
RemoveBridgeFunction · 0.65
storeConfigMethod · 0.65
loadConfigFunction · 0.65
ImportAllSinceMethod · 0.65
ImportAllMethod · 0.65
runWipeFunction · 0.65
RepoConfigTestFunction · 0.65
CreateGoGitTestRepoFunction · 0.65
SetUserIdentityFunction · 0.65

Implementers 3

RepoCachecache/repo_cache.go
mockRepoConfigrepository/mock_repo.go
GoGitReporepository/gogit.go

Calls

no outgoing calls

Tested by

no test coverage detected