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

Struct ObjectStorage

storage/transactional/object.go:9–12  ·  view source on GitHub ↗

ObjectStorage implements the storer.EncodedObjectStorer for the transactional package.

Source from the content-addressed store, hash-verified

7
8// ObjectStorage implements the storer.EncodedObjectStorer for the transactional package.
9type ObjectStorage struct {
10 storer.EncodedObjectStorer
11 temporal storer.EncodedObjectStorer
12}
13
14// NewObjectStorage returns a new EncodedObjectStorer based on a base storer and
15// a temporal storer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected