pub fn collect(store: &FsActionStore, policy: &GcPolicy) -> Result<GcReport>Expand description
Run one collection pass. Safe to run while writers are active: blob puts are idempotent, and an evict-then-immediate-reput just re-creates the file.
pub fn collect(store: &FsActionStore, policy: &GcPolicy) -> Result<GcReport>Run one collection pass. Safe to run while writers are active: blob puts are idempotent, and an evict-then-immediate-reput just re-creates the file.