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