Close is a placeholder to satisfy the EncodedObjectIter interface.
()
| 184 | |
| 185 | // Close is a placeholder to satisfy the EncodedObjectIter interface. |
| 186 | func (iter *EncodedObjectIter) Close() { |
| 187 | // Nothing specific to close in this context, since DB connection is managed outside. |
| 188 | } |
| 189 | |
| 190 | // EncodedObjectSize retrieves the size of an encoded object from Postgres by its hash. |
| 191 | func (s *ObjectStorage) EncodedObjectSize(hash plumbing.Hash) (int64, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected