SetRefHashStore passes a reference to a loaded snapshot
(source PathSyncSource)
| 280 | type HashStoreReader interface { |
| 281 | // SetRefHashStore passes a reference to a loaded snapshot |
| 282 | SetRefHashStore(source PathSyncSource) |
| 283 | } |
| 284 | |
| 285 | type Shutdowner interface { |
no outgoing calls
no test coverage detected