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

Struct ObjectStorage

pkg/cache/redis/object.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type ObjectStorage struct {
19 client *redis.Client
20 namespacePrefix string
21}
22
23func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
24 fmt.Printf("ObjectPacks")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected