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

Struct EncodedObjectIter

pkg/cache/postgres/object.go:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type EncodedObjectIter struct {
105 db *gorm.DB
106 namespacePrefix string
107 objectType plumbing.ObjectType
108 offset int
109 limit int
110 objects []*plumbing.MemoryObject
111 moreData bool
112}
113
114// IterEncodedObjects returns an iterator for encoded objects stored in Postgres.
115func (s *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected