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

Struct EncodedObjectIter

pkg/cache/redis/object.go:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137type EncodedObjectIter struct {
138 client *redis.Client
139 namespacePrefix string
140 t plumbing.ObjectType
141 cursor uint64
142 keys []string
143 moreData bool
144}
145
146// IterEncodedObjects returns an iterator for encoded objects stored in Redis.
147func (s *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected