CountLooseRefs implements storage.Storer.
()
| 27 | |
| 28 | // CountLooseRefs implements storage.Storer. |
| 29 | func (s *Storage) CountLooseRefs() (int, error) { |
| 30 | panic("unimplemented") |
| 31 | } |
| 32 | |
| 33 | // Module implements storage.Storer. |
| 34 | func (s *Storage) Module(name string) (storage.Storer, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected