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

Struct IndexStorage

storage/transactional/index.go:9–14  ·  view source on GitHub ↗

IndexStorage implements the storer.IndexStorage for the transactional package.

Source from the content-addressed store, hash-verified

7
8// IndexStorage implements the storer.IndexStorage for the transactional package.
9type IndexStorage struct {
10 storer.IndexStorer
11 temporal storer.IndexStorer
12
13 set bool
14}
15
16// NewIndexStorage returns a new IndexStorer based on a base storer and a
17// temporal storer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected