| 211 | } |
| 212 | |
| 213 | type TxObjectStorage struct { |
| 214 | Storage *ObjectStorage |
| 215 | Objects map[plumbing.Hash]plumbing.EncodedObject |
| 216 | } |
| 217 | |
| 218 | func (tx *TxObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) { |
| 219 | h := obj.Hash() |
nothing calls this directly
no outgoing calls
no test coverage detected