MCPcopy Create free account
hub / github.com/encoder-run/operator / Close

Method Close

pkg/cache/postgres/object.go:186–188  ·  view source on GitHub ↗

Close is a placeholder to satisfy the EncodedObjectIter interface.

()

Source from the content-addressed store, hash-verified

184
185// Close is a placeholder to satisfy the EncodedObjectIter interface.
186func (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.
191func (s *ObjectStorage) EncodedObjectSize(hash plumbing.Hash) (int64, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected