PackRefs implements storage.Storer.
()
| 106 | |
| 107 | // PackRefs implements storage.Storer. |
| 108 | func (s *ReferenceStorage) PackRefs() error { |
| 109 | return nil |
| 110 | } |
| 111 | |
| 112 | // CountLooseRefs counts the number of references stored in Redis. |
| 113 | func (s *ReferenceStorage) CountLooseRefs() (int, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected