MCPcopy
hub / github.com/go-git/go-git / ConfigStorage

Struct ConfigStorage

storage/memory/storage.go:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type ConfigStorage struct {
48 config *config.Config
49}
50
51func (c *ConfigStorage) SetConfig(cfg *config.Config) error {
52 if err := cfg.Validate(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected