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

Struct ConfigStorage

storage/transactional/config.go:6–11  ·  view source on GitHub ↗

ConfigStorage implements the storer.ConfigStorage for the transactional package.

Source from the content-addressed store, hash-verified

4
5// ConfigStorage implements the storer.ConfigStorage for the transactional package.
6type ConfigStorage struct {
7 config.ConfigStorer
8 temporal config.ConfigStorer
9
10 set bool
11}
12
13// NewConfigStorage returns a new ConfigStorer based on a base storer and a
14// temporal storer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected