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

Method PackRefs

pkg/cache/redis/reference.go:108–110  ·  view source on GitHub ↗

PackRefs implements storage.Storer.

()

Source from the content-addressed store, hash-verified

106
107// PackRefs implements storage.Storer.
108func (s *ReferenceStorage) PackRefs() error {
109 return nil
110}
111
112// CountLooseRefs counts the number of references stored in Redis.
113func (s *ReferenceStorage) CountLooseRefs() (int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected