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

Struct basic

storage/transactional/storage.go:22–30  ·  view source on GitHub ↗

basic implements the Storage interface.

Source from the content-addressed store, hash-verified

20
21// basic implements the Storage interface.
22type basic struct {
23 s, temporal storage.Storer
24
25 *ObjectStorage
26 *ReferenceStorage
27 *IndexStorage
28 *ShallowStorage
29 *ConfigStorage
30}
31
32// packageWriter implements storer.PackfileWriter interface over
33// a Storage with a temporal storer that supports it.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected