Sync flushes the in-flight writes to the disk (when applicable)
()
| 168 | type Syncer interface { |
| 169 | // Sync flushes the in-flight writes to the disk (when applicable) |
| 170 | Sync() error |
| 171 | } |
| 172 | |
| 173 | // ReferrersProvider handles looking up additional referrer objects for a given descriptor. |
no outgoing calls