()
| 17 | } |
| 18 | |
| 19 | func (o *ObjectStorage) NewEncodedObject() plumbing.EncodedObject { |
| 20 | return &plumbing.MemoryObject{} |
| 21 | } |
| 22 | |
| 23 | // SetEncodedObject stores an encoded object in Postgres. |
| 24 | func (s *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected