Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ Config
Method
Config
config/config.go:29–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
// ConfigStorer generic storage of Config object
28
type
ConfigStorer
interface
{
29
Config() (*Config, error)
30
SetConfig(*Config) error
31
}
32
Callers
15
TestInit
Method · 0.65
TestInitNonStandardDotGit
Method · 0.65
TestInitStandardDotGit
Method · 0.65
TestInitBare
Method · 0.65
TestCloneMirror
Method · 0.65
TestCreateRemoteAndRemote
Method · 0.65
TestCreateRemoteAnonymous
Method · 0.65
TestCreateBranchAndBranch
Method · 0.65
TestCreateBranchUnmarshal
Method · 0.65
TestPlainInit
Method · 0.65
TestPlainInitWithOptions
Method · 0.65
TestPlainClone
Method · 0.65
Implementers
4
Repository
repository.go
ConfigStorage
storage/memory/storage.go
ConfigStorage
storage/transactional/config.go
ConfigStorage
storage/filesystem/config.go
Calls
no outgoing calls
Tested by
15
TestInit
Method · 0.52
TestInitNonStandardDotGit
Method · 0.52
TestInitStandardDotGit
Method · 0.52
TestInitBare
Method · 0.52
TestCloneMirror
Method · 0.52
TestCreateRemoteAndRemote
Method · 0.52
TestCreateRemoteAnonymous
Method · 0.52
TestCreateBranchAndBranch
Method · 0.52
TestCreateBranchUnmarshal
Method · 0.52
TestPlainInit
Method · 0.52
TestPlainInitWithOptions
Method · 0.52
TestPlainClone
Method · 0.52