Searched refs:cleanup_unreferenced (Results 1 – 1 of 1) sorted by relevance
1146 Self::cleanup_unreferenced(tx).context("Trying to cleanup unreferenced.")?; in handle_next_superseded_blobs()2834 fn cleanup_unreferenced(tx: &Transaction) -> Result<()> { in cleanup_unreferenced() method