MCPcopy Create free account
hub / github.com/entireio/git-sync / SetEncodedObject

Method SetEncodedObject

internal/gitproto/commitparents.go:185–187  ·  view source on GitHub ↗
(plumbing.EncodedObject)

Source from the content-addressed store, hash-verified

183}
184
185func (s *commitParentsStorer) SetEncodedObject(plumbing.EncodedObject) (plumbing.Hash, error) {
186 return plumbing.ZeroHash, errors.New("commitParentsStorer: SetEncodedObject not supported")
187}
188
189func (s *commitParentsStorer) IterEncodedObjects(plumbing.ObjectType) (storer.EncodedObjectIter, error) {
190 return nil, errors.New("commitParentsStorer: IterEncodedObjects not supported")

Callers 10

seedCommitFunction · 0.80
writeLinearCommitChainFunction · 0.80
buildSyntheticPackFunction · 0.80
copyRefsAndObjectsFunction · 0.80
writeBlobFunction · 0.80
storeMethod · 0.80
writeBlobFunction · 0.80
writeObjectFunction · 0.80

Calls

no outgoing calls

Tested by 9

seedCommitFunction · 0.64
writeLinearCommitChainFunction · 0.64
buildSyntheticPackFunction · 0.64
copyRefsAndObjectsFunction · 0.64
writeBlobFunction · 0.64
writeBlobFunction · 0.64
writeObjectFunction · 0.64