MCPcopy
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
28type ConfigStorer interface {
29 Config() (*Config, error)
30 SetConfig(*Config) error
31}
32

Callers 15

TestInitMethod · 0.65
TestInitBareMethod · 0.65
TestCloneMirrorMethod · 0.65
TestPlainInitMethod · 0.65
TestPlainCloneMethod · 0.65

Implementers 4

Repositoryrepository.go
ConfigStoragestorage/memory/storage.go
ConfigStoragestorage/transactional/config.go
ConfigStoragestorage/filesystem/config.go

Calls

no outgoing calls

Tested by 15

TestInitMethod · 0.52
TestInitBareMethod · 0.52
TestCloneMirrorMethod · 0.52
TestPlainInitMethod · 0.52
TestPlainCloneMethod · 0.52